Html Css Color HEX #A119DD Dark Violet

📋 copy color: '#A119DD'

red 161 ◦ green 25 ◦ blue 221

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

Shades of Dark Violet #A119DD

Tints of Dark Violet #A119DD

RGB

 RED value IS 161 (63.28% from 255) = 39.56%

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

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

R = 39.56%
G = 6.14%
B = 54.3%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A119DD (or 0xA119DD) is known color: Dark Violet. HEX triplet: A1, 19 and DD. RGB value is (161,25,221). Sum of RGB (Red+Green+Blue) = 161+25+221=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A119DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119DD is #5EE622. Grayscale: #575757. Windows color (decimal): -6219299 or 14490017. OLE color: 14490017.

HSL color Cylindrical-coordinate representation of color #A119DD: hue angle of 281.63º 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 #A119DD is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 25 221 -
CMYK 0.27 0.89 0 0.13
HSL 281.63º 0.8% 0.48% -
HSV(B) 281.63º 0.89% 0.87% -
XYZ 28.1 13.49 69.53 -
YUV 88.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 161 25 221 0.27 0.89 0 0.13 281.63 0.8 0.48
Hex A1 19 DD 1B 59 0 D 11A 50 30
Octal 241 31 335 33 131 0 15 432 120 60
Binary 10100001 11001 11011101 11011 1011001 0 1101 100011010 1010000 110000

Color Harmonies of #A119DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119DD

Black with #A119DD

Text Example


Text Example

White with #A119DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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