Html Css Color HEX #A119DF Dark Violet

📋 copy color: '#A119DF'

red 161 ◦ green 25 ◦ blue 223

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

Shades of Dark Violet #A119DF

Tints of Dark Violet #A119DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 39.36%
G = 6.11%
B = 54.52%

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

#A119DF (or 0xA119DF) is known color: Dark Violet. HEX triplet: A1, 19 and DF. RGB value is (161,25,223). Sum of RGB (Red+Green+Blue) = 161+25+223=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #A119DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119DF is #5EE620. Grayscale: #575757. Windows color (decimal): -6219297 or 14621089. OLE color: 14621089.

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

Color convert

RGB 161 25 223 -
CMYK 0.28 0.89 0 0.13
HSL 281.21º 0.8% 0.49% -
HSV(B) 281.21º 0.89% 0.87% -
XYZ 28.36 13.6 70.94 -
YUV 88.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 161 25 223 0.28 0.89 0 0.13 281.21 0.8 0.49
Hex A1 19 DF 1C 59 0 D 119 50 31
Octal 241 31 337 34 131 0 15 431 120 61
Binary 10100001 11001 11011111 11100 1011001 0 1101 100011001 1010000 110001

Color Harmonies of #A119DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119DF

Black with #A119DF

Text Example


Text Example

White with #A119DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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