Html Css Color HEX #A809C9 Dark Violet

📋 copy color: '#A809C9'

red 168 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #A809C9

Tints of Dark Violet #A809C9

RGB

 RED value IS 168 (66.02% from 255) = 44.44%

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 44.44%
G = 2.38%
B = 53.17%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A809C9 (or 0xA809C9) is known color: Dark Violet. HEX triplet: A8, 09 and C9. RGB value is (168,9,201). Sum of RGB (Red+Green+Blue) = 168+9+201=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #A809C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809C9 is #57F636. Grayscale: #4D4D4D. Windows color (decimal): -5764663 or 13175208. OLE color: 13175208.

HSL color Cylindrical-coordinate representation of color #A809C9: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809C9 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 9 201 -
CMYK 0.16 0.96 0 0.21
HSL 289.69º 0.91% 0.41% -
HSV(B) 289.69º 0.96% 0.79% -
XYZ 26.79 12.74 56.3 -
YUV 78.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 168 9 201 0.16 0.96 0 0.21 289.69 0.91 0.41
Hex A8 9 C9 10 60 0 15 122 5B 29
Octal 250 11 311 20 140 0 25 442 133 51
Binary 10101000 1001 11001001 10000 1100000 0 10101 100100010 1011011 101001

Color Harmonies of #A809C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809C9

Black with #A809C9

Text Example


Text Example

White with #A809C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809C9; }

 p { color: rgb(168,9,201); }

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

background-color css

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

 a { background-color: rgb(168,9,201); }

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

border-color css

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

 span { border-color: rgb(168,9,201); }

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