Html Css Color HEX #A209C6 Dark Violet

📋 copy color: '#A209C6'

red 162 ◦ green 9 ◦ blue 198

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

Shades of Dark Violet #A209C6

Tints of Dark Violet #A209C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.66%

R = 43.9%
G = 2.44%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A209C6 (or 0xA209C6) is known color: Dark Violet. HEX triplet: A2, 09 and C6. RGB value is (162,9,198). Sum of RGB (Red+Green+Blue) = 162+9+198=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #A209C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209C6 is #5DF639. Grayscale: #4B4B4B. Windows color (decimal): -6157882 or 12978594. OLE color: 12978594.

HSL color Cylindrical-coordinate representation of color #A209C6: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A209C6 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 9 198 -
CMYK 0.18 0.95 0 0.22
HSL 288.57º 0.91% 0.41% -
HSV(B) 288.57º 0.95% 0.78% -
XYZ 25.19 11.95 54.41 -
YUV 76.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 162 9 198 0.18 0.95 0 0.22 288.57 0.91 0.41
Hex A2 9 C6 12 5F 0 16 121 5B 29
Octal 242 11 306 22 137 0 26 441 133 51
Binary 10100010 1001 11000110 10010 1011111 0 10110 100100001 1011011 101001

Color Harmonies of #A209C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209C6

Black with #A209C6

Text Example


Text Example

White with #A209C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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