#A20CD7

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

Shades of Dark Violet #A20CD7

Tints of Dark Violet #A20CD7

Color information

#A20CD7 (or 0xA20CD7) is unknown color: approx Dark Violet. HEX triplet: A2, 0C and D7. RGB value is (162,12,215). Sum of RGB (Red+Green+Blue) = 162+12+215=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #A20CD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CD7 is #5DF328. Grayscale: #4F4F4F. Windows color (decimal): -6157097 or 14093474. OLE color: 14093474.

HSL color Cylindrical-coordinate representation of color #A20CD7: hue angle of 284.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CD7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16212215-
CMYK0.250.9400.16
HSL284.33º89.43%44.51%-
HSV(B)284.33º94.42%84.31%-
XYZ27.312.8565.33-
YUV79.99204.2186.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 215 (84.38% from 255) = 55.27%
R=41.65%
G=3.08%
B=55.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162122150.250.9400.16284.3389.4344.51
HexA2CD7195E01011c592d
Octal242143273113602043413155
Binary101000101100110101111100110111100100001000111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20CD7; }

 p { color: rgb(162,12,215); }

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

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

 a { background-color: rgb(162,12,215); }

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

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

 span { border-color: rgb(162,12,215); }

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