Html Css Color HEX #A009C6 Dark Violet

📋 copy color: '#A009C6'

red 160 ◦ green 9 ◦ blue 198

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

Shades of Dark Violet #A009C6

Tints of Dark Violet #A009C6

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

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

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

R = 43.6%
G = 2.45%
B = 53.95%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A009C6 (or 0xA009C6) is known color: Dark Violet. HEX triplet: A0, 09 and C6. RGB value is (160,9,198). Sum of RGB (Red+Green+Blue) = 160+9+198=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #A009C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009C6 is #5FF639. Grayscale: #4B4B4B. Windows color (decimal): -6288954 or 12978592. OLE color: 12978592.

HSL color Cylindrical-coordinate representation of color #A009C6: hue angle of 287.94º 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 #A009C6 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 9 198 -
CMYK 0.19 0.95 0 0.22
HSL 287.94º 0.91% 0.41% -
HSV(B) 287.94º 0.95% 0.78% -
XYZ 24.79 11.75 54.39 -
YUV 75.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 160 9 198 0.19 0.95 0 0.22 287.94 0.91 0.41
Hex A0 9 C6 13 5F 0 16 120 5B 29
Octal 240 11 306 23 137 0 26 440 133 51
Binary 10100000 1001 11000110 10011 1011111 0 10110 100100000 1011011 101001

Color Harmonies of #A009C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009C6

Black with #A009C6

Text Example


Text Example

White with #A009C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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