#A20CBC

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

Shades of Dark Violet #A20CBC

Tints of Dark Violet #A20CBC

Color information

#A20CBC (or 0xA20CBC) is unknown color: approx Dark Violet. HEX triplet: A2, 0C and BC. RGB value is (162,12,188). Sum of RGB (Red+Green+Blue) = 162+12+188=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CBC is #5DF343. Grayscale: #4C4C4C. Windows color (decimal): -6157124 or 12324002. OLE color: 12324002.

HSL color Cylindrical-coordinate representation of color #A20CBC: hue angle of 291.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CBC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16212188-
CMYK0.140.9400.26
HSL291.14º88%39.22%-
HSV(B)291.14º93.62%73.73%-
XYZ24.1111.5848.54-
YUV76.91190.7188.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=44.75%
G=3.31%
B=51.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162121880.140.9400.26291.148839.22
HexA2CBCE5E01A1235827
Octal242142741613603244313047
Binary10100010110010111100111010111100110101001000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20CBC; }

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

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

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

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

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

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

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

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