#A207B8

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

Shades of Dark Violet #A207B8

Tints of Dark Violet #A207B8

Color information

#A207B8 (or 0xA207B8) is unknown color: approx Dark Violet. HEX triplet: A2, 07 and B8. RGB value is (162,7,184). Sum of RGB (Red+Green+Blue) = 162+7+184=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #A207B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207B8 is #5DF847. Grayscale: #484848. Windows color (decimal): -6158408 or 12060578. OLE color: 12060578.

HSL color Cylindrical-coordinate representation of color #A207B8: hue angle of 292.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A207B8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1627184-
CMYK0.120.9600.28
HSL292.54º92.67%37.45%-
HSV(B)292.54º96.2%72.16%-
XYZ23.6311.2946.28-
YUV73.52190.35191.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=45.89%
G=1.98%
B=52.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16271840.120.9600.28292.5492.6737.45
HexA27B8C6001C1255d25
Octal24272701414003444513545
Binary1010001011110111000110011000000111001001001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A207B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A207B8; }

 p { color: rgb(162,7,184); }

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

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

 a { background-color: rgb(162,7,184); }

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

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

 span { border-color: rgb(162,7,184); }

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