Html Css Color HEX #A419DE Dark Violet

📋 copy color: '#A419DE'

red 164 ◦ green 25 ◦ blue 222

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

Shades of Dark Violet #A419DE

Tints of Dark Violet #A419DE

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 39.9%
G = 6.08%
B = 54.01%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A419DE (or 0xA419DE) is known color: Dark Violet. HEX triplet: A4, 19 and DE. RGB value is (164,25,222). Sum of RGB (Red+Green+Blue) = 164+25+222=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #A419DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419DE is #5BE621. Grayscale: #585858. Windows color (decimal): -6022690 or 14555556. OLE color: 14555556.

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

Color convert

RGB 164 25 222 -
CMYK 0.26 0.89 0 0.13
HSL 282.34º 0.8% 0.48% -
HSV(B) 282.34º 0.89% 0.87% -
XYZ 28.84 13.86 70.26 -
YUV 89.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 164 25 222 0.26 0.89 0 0.13 282.34 0.8 0.48
Hex A4 19 DE 1A 59 0 D 11A 50 30
Octal 244 31 336 32 131 0 15 432 120 60
Binary 10100100 11001 11011110 11010 1011001 0 1101 100011010 1010000 110000

Color Harmonies of #A419DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419DE

Black with #A419DE

Text Example


Text Example

White with #A419DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419DE; }

 p { color: rgb(164,25,222); }

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

background-color css

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

 a { background-color: rgb(164,25,222); }

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

border-color css

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

 span { border-color: rgb(164,25,222); }

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