Html Css Color HEX #A009DD Dark Violet

📋 copy color: '#A009DD'

red 160 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #A009DD

Tints of Dark Violet #A009DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 41.03%
G = 2.31%
B = 56.67%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A009DD (or 0xA009DD) is known color: Dark Violet. HEX triplet: A0, 09 and DD. RGB value is (160,9,221). Sum of RGB (Red+Green+Blue) = 160+9+221=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #A009DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009DD is #5FF622. Grayscale: #4D4D4D. Windows color (decimal): -6288931 or 14485920. OLE color: 14485920.

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

Color convert

RGB 160 9 221 -
CMYK 0.28 0.96 0 0.13
HSL 282.74º 0.92% 0.45% -
HSV(B) 282.74º 0.96% 0.87% -
XYZ 27.65 12.89 69.44 -
YUV 78.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 160 9 221 0.28 0.96 0 0.13 282.74 0.92 0.45
Hex A0 9 DD 1C 60 0 D 11B 5C 2D
Octal 240 11 335 34 140 0 15 433 134 55
Binary 10100000 1001 11011101 11100 1100000 0 1101 100011011 1011100 101101

Color Harmonies of #A009DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009DD

Black with #A009DD

Text Example


Text Example

White with #A009DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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