Html Css Color HEX #A420E5 Blue Violet

📋 copy color: '#A420E5'

red 164 ◦ green 32 ◦ blue 229

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

Shades of Blue Violet #A420E5

Tints of Blue Violet #A420E5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 38.59%
G = 7.53%
B = 53.88%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A420E5 (or 0xA420E5) is known color: Blue Violet. HEX triplet: A4, 20 and E5. RGB value is (164,32,229). Sum of RGB (Red+Green+Blue) = 164+32+229=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #A420E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420E5 is #5BDF1A. Grayscale: #5D5D5D. Windows color (decimal): -6020891 or 15016100. OLE color: 15016100.

HSL color Cylindrical-coordinate representation of color #A420E5: hue angle of 280.2º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A420E5 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 32 229 -
CMYK 0.28 0.86 0 0.10
HSL 280.2º 0.79% 0.51% -
HSV(B) 280.2º 0.86% 0.9% -
XYZ 29.97 14.58 75.36 -
YUV 93.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 164 32 229 0.28 0.86 0 0.10 280.2 0.79 0.51
Hex A4 20 E5 1C 56 0 A 118 4F 33
Octal 244 40 345 34 126 0 12 430 117 63
Binary 10100100 100000 11100101 11100 1010110 0 1010 100011000 1001111 110011

Color Harmonies of #A420E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420E5

Black with #A420E5

Text Example


Text Example

White with #A420E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420E5; }

 p { color: rgb(164,32,229); }

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

background-color css

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

 a { background-color: rgb(164,32,229); }

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

border-color css

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

 span { border-color: rgb(164,32,229); }

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