Html Css Color HEX #A009DC Dark Violet

📋 copy color: '#A009DC'

red 160 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #A009DC

Tints of Dark Violet #A009DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 41.13%
G = 2.31%
B = 56.56%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A009DC (or 0xA009DC) is known color: Dark Violet. HEX triplet: A0, 09 and DC. RGB value is (160,9,220). Sum of RGB (Red+Green+Blue) = 160+9+220=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A009DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009DC is #5FF623. Grayscale: #4D4D4D. Windows color (decimal): -6288932 or 14420384. OLE color: 14420384.

HSL color Cylindrical-coordinate representation of color #A009DC: hue angle of 282.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009DC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 9 220 -
CMYK 0.27 0.96 0 0.14
HSL 282.94º 0.92% 0.45% -
HSV(B) 282.94º 0.96% 0.86% -
XYZ 27.51 12.84 68.74 -
YUV 78.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 160 9 220 0.27 0.96 0 0.14 282.94 0.92 0.45
Hex A0 9 DC 1B 60 0 E 11B 5C 2D
Octal 240 11 334 33 140 0 16 433 134 55
Binary 10100000 1001 11011100 11011 1100000 0 1110 100011011 1011100 101101

Color Harmonies of #A009DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009DC

Black with #A009DC

Text Example


Text Example

White with #A009DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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