#A208C7

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

Shades of Dark Violet #A208C7

Tints of Dark Violet #A208C7

Color information

#A208C7 (or 0xA208C7) is unknown color: approx Dark Violet. HEX triplet: A2, 08 and C7. RGB value is (162,8,199). Sum of RGB (Red+Green+Blue) = 162+8+199=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #A208C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208C7 is #5DF738. Grayscale: #4B4B4B. Windows color (decimal): -6158137 or 13043874. OLE color: 13043874.

HSL color Cylindrical-coordinate representation of color #A208C7: hue angle of 288.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208C7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1628199-
CMYK0.190.9600.22
HSL288.38º92.27%40.59%-
HSV(B)288.38º95.98%78.04%-
XYZ25.311.9855.01-
YUV75.82197.52189.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=43.90%
G=2.17%
B=53.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16281990.190.9600.22288.3892.2740.59
HexA28C713600161205c29
Octal242103072314002644013451
Binary101000101000110001111001111000000101101001000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A208C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A208C7; }

 p { color: rgb(162,8,199); }

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

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

 a { background-color: rgb(162,8,199); }

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

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

 span { border-color: rgb(162,8,199); }

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