Html Css Color HEX #A009D1 Dark Violet

📋 copy color: '#A009D1'

red 160 ◦ green 9 ◦ blue 209

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

Shades of Dark Violet #A009D1

Tints of Dark Violet #A009D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.29%

R = 42.33%
G = 2.38%
B = 55.29%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A009D1 (or 0xA009D1) is known color: Dark Violet. HEX triplet: A0, 09 and D1. RGB value is (160,9,209). Sum of RGB (Red+Green+Blue) = 160+9+209=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #A009D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009D1 is #5FF62E. Grayscale: #4C4C4C. Windows color (decimal): -6288943 or 13699488. OLE color: 13699488.

HSL color Cylindrical-coordinate representation of color #A009D1: hue angle of 285.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009D1 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 9 209 -
CMYK 0.23 0.96 0 0.18
HSL 285.3º 0.92% 0.43% -
HSV(B) 285.3º 0.96% 0.82% -
XYZ 26.1 12.27 61.31 -
YUV 76.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 160 9 209 0.23 0.96 0 0.18 285.3 0.92 0.43
Hex A0 9 D1 17 60 0 12 11D 5C 2B
Octal 240 11 321 27 140 0 22 435 134 53
Binary 10100000 1001 11010001 10111 1100000 0 10010 100011101 1011100 101011

Color Harmonies of #A009D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009D1

Black with #A009D1

Text Example


Text Example

White with #A009D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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