Html Css Color HEX #A919DF Dark Violet

📋 copy color: '#A919DF'

red 169 ◦ green 25 ◦ blue 223

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

Shades of Dark Violet #A919DF

Tints of Dark Violet #A919DF

RGB

 RED value IS 169 (66.41% from 255) = 40.53%

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

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

R = 40.53%
G = 6%
B = 53.48%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A919DF (or 0xA919DF) is known color: Dark Violet. HEX triplet: A9, 19 and DF. RGB value is (169,25,223). Sum of RGB (Red+Green+Blue) = 169+25+223=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A919DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919DF is #56E620. Grayscale: #595959. Windows color (decimal): -5695009 or 14621097. OLE color: 14621097.

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

Color convert

RGB 169 25 223 -
CMYK 0.24 0.89 0 0.13
HSL 283.64º 0.8% 0.49% -
HSV(B) 283.64º 0.89% 0.87% -
XYZ 30.03 14.46 71.02 -
YUV 90.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 169 25 223 0.24 0.89 0 0.13 283.64 0.8 0.49
Hex A9 19 DF 18 59 0 D 11C 50 31
Octal 251 31 337 30 131 0 15 434 120 61
Binary 10101001 11001 11011111 11000 1011001 0 1101 100011100 1010000 110001

Color Harmonies of #A919DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919DF

Black with #A919DF

Text Example


Text Example

White with #A919DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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