Html Css Color HEX #A206B0 Dark Violet

📋 copy color: '#A206B0'

red 162 ◦ green 6 ◦ blue 176

#A206B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A206B0

Tints of Dark Violet #A206B0

RGB

 RED value IS 162 (63.67% from 255) = 47.09%

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 176 (69.14% from 255) = 51.16%

R = 47.09%
G = 1.74%
B = 51.16%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A206B0 (or 0xA206B0) is known color: Dark Violet. HEX triplet: A2, 06 and B0. RGB value is (162,6,176). Sum of RGB (Red+Green+Blue) = 162+6+176=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #A206B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A206B0 is #5DF94F. Grayscale: #474747. Windows color (decimal): -6158672 or 11536034. OLE color: 11536034.

HSL color Cylindrical-coordinate representation of color #A206B0: hue angle of 295.06º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206B0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 6 176 -
CMYK 0.08 0.97 0 0.31
HSL 295.06º 0.93% 0.36% -
HSV(B) 295.06º 0.97% 0.69% -
XYZ 22.8 10.95 41.99 -
YUV 72.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 162 6 176 0.08 0.97 0 0.31 295.06 0.93 0.36
Hex A2 6 B0 8 61 0 1F 127 5D 24
Octal 242 6 260 10 141 0 37 447 135 44
Binary 10100010 110 10110000 1000 1100001 0 11111 100100111 1011101 100100

Color Harmonies of #A206B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A206B0

Black with #A206B0

Text Example


Text Example

White with #A206B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A206B0; }

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

 H1.HeaderClassName
 {
   color: #A206B0;
 }
 .AnyTagClassName
 {
   color: #A206B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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