Html Css Color HEX #A209CE Dark Violet

📋 copy color: '#A209CE'

red 162 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #A209CE

Tints of Dark Violet #A209CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 42.97%
G = 2.39%
B = 54.64%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A209CE (or 0xA209CE) is known color: Dark Violet. HEX triplet: A2, 09 and CE. RGB value is (162,9,206). Sum of RGB (Red+Green+Blue) = 162+9+206=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A209CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209CE is #5DF631. Grayscale: #4C4C4C. Windows color (decimal): -6157874 or 13502882. OLE color: 13502882.

HSL color Cylindrical-coordinate representation of color #A209CE: hue angle of 286.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209CE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 9 206 -
CMYK 0.21 0.96 0 0.19
HSL 286.6º 0.92% 0.42% -
HSV(B) 286.6º 0.96% 0.81% -
XYZ 26.14 12.33 59.4 -
YUV 77.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 162 9 206 0.21 0.96 0 0.19 286.6 0.92 0.42
Hex A2 9 CE 15 60 0 13 11F 5C 2A
Octal 242 11 316 25 140 0 23 437 134 52
Binary 10100010 1001 11001110 10101 1100000 0 10011 100011111 1011100 101010

Color Harmonies of #A209CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209CE

Black with #A209CE

Text Example


Text Example

White with #A209CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209CE; }

 p { color: rgb(162,9,206); }

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

background-color css

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

 a { background-color: rgb(162,9,206); }

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

border-color css

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

 span { border-color: rgb(162,9,206); }

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