Html Css Color HEX #A019DD Dark Violet

📋 copy color: '#A019DD'

red 160 ◦ green 25 ◦ blue 221

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

Shades of Dark Violet #A019DD

Tints of Dark Violet #A019DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.16%

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

R = 39.41%
G = 6.16%
B = 54.43%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A019DD (or 0xA019DD) is known color: Dark Violet. HEX triplet: A0, 19 and DD. RGB value is (160,25,221). Sum of RGB (Red+Green+Blue) = 160+25+221=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A019DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019DD is #5FE622. Grayscale: #575757. Windows color (decimal): -6284835 or 14490016. OLE color: 14490016.

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

Color convert

RGB 160 25 221 -
CMYK 0.28 0.89 0 0.13
HSL 281.33º 0.8% 0.48% -
HSV(B) 281.33º 0.89% 0.87% -
XYZ 27.9 13.39 69.52 -
YUV 87.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 160 25 221 0.28 0.89 0 0.13 281.33 0.8 0.48
Hex A0 19 DD 1C 59 0 D 119 50 30
Octal 240 31 335 34 131 0 15 431 120 60
Binary 10100000 11001 11011101 11100 1011001 0 1101 100011001 1010000 110000

Color Harmonies of #A019DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019DD

Black with #A019DD

Text Example


Text Example

White with #A019DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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