#A206D8

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

Shades of Dark Violet #A206D8

Tints of Dark Violet #A206D8

Color information

#A206D8 (or 0xA206D8) is unknown color: approx Dark Violet. HEX triplet: A2, 06 and D8. RGB value is (162,6,216). Sum of RGB (Red+Green+Blue) = 162+6+216=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #A206D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206D8 is #5DF927. Grayscale: #4B4B4B. Windows color (decimal): -6158632 or 14157474. OLE color: 14157474.

HSL color Cylindrical-coordinate representation of color #A206D8: hue angle of 284.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206D8 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1626216-
CMYK0.250.9700.15
HSL284.57º94.59%43.53%-
HSV(B)284.57º97.22%84.71%-
XYZ27.3612.7765.99-
YUV76.58206.68188.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 216 (84.77% from 255) = 56.25%
R=42.19%
G=1.56%
B=56.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16262160.250.9700.15284.5794.5943.53
HexA26D819610F11d5f2c
Octal24263303114101743513754
Binary1010001011011011000110011100001011111000111011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A206D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A206D8; }

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

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

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

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

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

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

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

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