Html Css Color HEX #A919E0 Dark Violet

📋 copy color: '#A919E0'

red 169 ◦ green 25 ◦ blue 224

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

Shades of Dark Violet #A919E0

Tints of Dark Violet #A919E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 40.43%
G = 5.98%
B = 53.59%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A919E0 (or 0xA919E0) is known color: Dark Violet. HEX triplet: A9, 19 and E0. RGB value is (169,25,224). Sum of RGB (Red+Green+Blue) = 169+25+224=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #A919E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919E0 is #56E61F. Grayscale: #5A5A5A. Windows color (decimal): -5695008 or 14686633. OLE color: 14686633.

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

Color convert

RGB 169 25 224 -
CMYK 0.25 0.89 0 0.12
HSL 283.42º 0.8% 0.49% -
HSV(B) 283.42º 0.89% 0.88% -
XYZ 30.16 14.51 71.73 -
YUV 90.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 169 25 224 0.25 0.89 0 0.12 283.42 0.8 0.49
Hex A9 19 E0 19 59 0 C 11B 50 31
Octal 251 31 340 31 131 0 14 433 120 61
Binary 10101001 11001 11100000 11001 1011001 0 1100 100011011 1010000 110001

Color Harmonies of #A919E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919E0

Black with #A919E0

Text Example


Text Example

White with #A919E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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