Html Css Color HEX #A419EA Blue Violet

📋 copy color: '#A419EA'

red 164 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #A419EA

Tints of Blue Violet #A419EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 38.77%
G = 5.91%
B = 55.32%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A419EA (or 0xA419EA) is known color: Blue Violet. HEX triplet: A4, 19 and EA. RGB value is (164,25,234). Sum of RGB (Red+Green+Blue) = 164+25+234=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #A419EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419EA is #5BE615. Grayscale: #595959. Windows color (decimal): -6022678 or 15341988. OLE color: 15341988.

HSL color Cylindrical-coordinate representation of color #A419EA: hue angle of 279.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A419EA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 25 234 -
CMYK 0.30 0.89 0 0.08
HSL 279.9º 0.83% 0.51% -
HSV(B) 279.9º 0.89% 0.92% -
XYZ 30.51 14.53 79.04 -
YUV 90.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 164 25 234 0.30 0.89 0 0.08 279.9 0.83 0.51
Hex A4 19 EA 1E 59 0 8 118 53 33
Octal 244 31 352 36 131 0 10 430 123 63
Binary 10100100 11001 11101010 11110 1011001 0 1000 100011000 1010011 110011

Color Harmonies of #A419EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419EA

Black with #A419EA

Text Example


Text Example

White with #A419EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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