Html Css Color HEX #A420EC Blue Violet

📋 copy color: '#A420EC'

red 164 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #A420EC

Tints of Blue Violet #A420EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 37.96%
G = 7.41%
B = 54.63%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A420EC (or 0xA420EC) is known color: Blue Violet. HEX triplet: A4, 20 and EC. RGB value is (164,32,236). Sum of RGB (Red+Green+Blue) = 164+32+236=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #A420EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420EC is #5BDF13. Grayscale: #5E5E5E. Windows color (decimal): -6020884 or 15474852. OLE color: 15474852.

HSL color Cylindrical-coordinate representation of color #A420EC: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A420EC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 32 236 -
CMYK 0.31 0.86 0 0.07
HSL 278.82º 0.84% 0.53% -
HSV(B) 278.82º 0.86% 0.93% -
XYZ 30.97 14.98 80.62 -
YUV 94.72 207.73 177.41 -
System Red Green Blue C M Y K H S L
Decimal 164 32 236 0.31 0.86 0 0.07 278.82 0.84 0.53
Hex A4 20 EC 1F 56 0 7 117 54 35
Octal 244 40 354 37 126 0 7 427 124 65
Binary 10100100 100000 11101100 11111 1010110 0 111 100010111 1010100 110101

Color Harmonies of #A420EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420EC

Black with #A420EC

Text Example


Text Example

White with #A420EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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