#A206C4

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

Shades of Dark Violet #A206C4

Tints of Dark Violet #A206C4

Color information

#A206C4 (or 0xA206C4) is unknown color: approx Dark Violet. HEX triplet: A2, 06 and C4. RGB value is (162,6,196). Sum of RGB (Red+Green+Blue) = 162+6+196=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #A206C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206C4 is #5DF93B. Grayscale: #494949. Windows color (decimal): -6158652 or 12846754. OLE color: 12846754.

HSL color Cylindrical-coordinate representation of color #A206C4: hue angle of 289.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206C4 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1626196-
CMYK0.170.9700.23
HSL289.26º94.06%39.61%-
HSV(B)289.26º96.94%76.86%-
XYZ24.9311.853.19-
YUV74.3196.68190.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 6 (2.73% from 255) = 1.65%
BLUE value IS 196 (76.95% from 255) = 53.85%
R=44.51%
G=1.65%
B=53.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16261960.170.9700.23289.2694.0639.61
HexA26C411610171215e28
Octal24263042114102744113650
Binary10100010110110001001000111000010101111001000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A206C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A206C4; }

 p { color: rgb(162,6,196); }

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

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

 a { background-color: rgb(162,6,196); }

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

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

 span { border-color: rgb(162,6,196); }

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