Html Css Color HEX #A919E5 Dark Violet

📋 copy color: '#A919E5'

red 169 ◦ green 25 ◦ blue 229

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

Shades of Dark Violet #A919E5

Tints of Dark Violet #A919E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.14%

R = 39.95%
G = 5.91%
B = 54.14%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A919E5 (or 0xA919E5) is known color: Dark Violet. HEX triplet: A9, 19 and E5. RGB value is (169,25,229). Sum of RGB (Red+Green+Blue) = 169+25+229=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #A919E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919E5 is #56E61A. Grayscale: #5A5A5A. Windows color (decimal): -5695003 or 15014313. OLE color: 15014313.

HSL color Cylindrical-coordinate representation of color #A919E5: hue angle of 282.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A919E5 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 25 229 -
CMYK 0.26 0.89 0 0.10
HSL 282.35º 0.8% 0.5% -
HSV(B) 282.35º 0.89% 0.9% -
XYZ 30.85 14.79 75.36 -
YUV 91.31 205.71 183.41 -
System Red Green Blue C M Y K H S L
Decimal 169 25 229 0.26 0.89 0 0.10 282.35 0.8 0.5
Hex A9 19 E5 1A 59 0 A 11A 50 32
Octal 251 31 345 32 131 0 12 432 120 62
Binary 10101001 11001 11100101 11010 1011001 0 1010 100011010 1010000 110010

Color Harmonies of #A919E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919E5

Black with #A919E5

Text Example


Text Example

White with #A919E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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