#A200E5

Color #A200E5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A200E5

Tints of Dark Violet #A200E5

Color information

#A200E5 (or 0xA200E5) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and E5. RGB value is (162,0,229). Sum of RGB (Red+Green+Blue) = 162+0+229=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #A200E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200E5 is #5DFF1A. Grayscale: #494949. Windows color (decimal): -6160155 or 15007906. OLE color: 15007906.

HSL color Cylindrical-coordinate representation of color #A200E5: hue angle of 282.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200E5 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1620229-
CMYK0.29100.10
HSL282.45º100%44.9%-
HSV(B)282.45º100%89.8%-
XYZ29.0413.3475.17-
YUV74.54215.17190.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 229 (89.84% from 255) = 58.57%
R=41.43%
G=0%
B=58.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16202290.29100.10282.4510044.9
HexA20E51D640A11a642d
Octal24203453514401243214455
Binary10100010011100101111011100100010101000110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200E5; }

 p { color: rgb(162,0,229); }

 H1.HeaderClassName
 {
   color: #A200E5;
 }
 .AnyTagClassName
 {
   color: #A200E5;
 }
</style>
background-color css

<style>
 a { background-color: #A200E5; }

 a { background-color: rgb(162,0,229); }

 div.DivClassName
 {
   background-color: #A200E5;
 }
 .BgClassName
 {
   background-color: #A200E5;
 }
</style>
border-color css

<style>
 span { border-color: #A200E5; }

 span { border-color: rgb(162,0,229); }

 td.TdClassName
 {
   border-color: #A200E5;
 }
 .TagClassName
 {
   border-color: #A200E5;
 }
</style>