Html Css Color HEX #A609C9 Dark Violet

📋 copy color: '#A609C9'

red 166 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #A609C9

Tints of Dark Violet #A609C9

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

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

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

R = 44.15%
G = 2.39%
B = 53.46%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A609C9 (or 0xA609C9) is known color: Dark Violet. HEX triplet: A6, 09 and C9. RGB value is (166,9,201). Sum of RGB (Red+Green+Blue) = 166+9+201=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #A609C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609C9 is #59F636. Grayscale: #4D4D4D. Windows color (decimal): -5895735 or 13175206. OLE color: 13175206.

HSL color Cylindrical-coordinate representation of color #A609C9: hue angle of 289.06º 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 #A609C9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 9 201 -
CMYK 0.17 0.96 0 0.21
HSL 289.06º 0.91% 0.41% -
HSV(B) 289.06º 0.96% 0.79% -
XYZ 26.37 12.52 56.29 -
YUV 77.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 166 9 201 0.17 0.96 0 0.21 289.06 0.91 0.41
Hex A6 9 C9 11 60 0 15 121 5B 29
Octal 246 11 311 21 140 0 25 441 133 51
Binary 10100110 1001 11001001 10001 1100000 0 10101 100100001 1011011 101001

Color Harmonies of #A609C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609C9

Black with #A609C9

Text Example


Text Example

White with #A609C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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