Html Css Color HEX #A020EC Blue Violet

📋 copy color: '#A020EC'

red 160 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #A020EC

Tints of Blue Violet #A020EC

RGB

 RED value IS 160 (62.89% from 255) = 37.38%

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

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

R = 37.38%
G = 7.48%
B = 55.14%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A020EC (or 0xA020EC) is known color: Blue Violet. HEX triplet: A0, 20 and EC. RGB value is (160,32,236). Sum of RGB (Red+Green+Blue) = 160+32+236=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #A020EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A020EC is #5FDF13. Grayscale: #5C5C5C. Windows color (decimal): -6283028 or 15474848. OLE color: 15474848.

HSL color Cylindrical-coordinate representation of color #A020EC: hue angle of 277.65º 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 #A020EC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 32 236 -
CMYK 0.32 0.86 0 0.07
HSL 277.65º 0.84% 0.53% -
HSV(B) 277.65º 0.86% 0.93% -
XYZ 30.15 14.56 80.58 -
YUV 93.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 160 32 236 0.32 0.86 0 0.07 277.65 0.84 0.53
Hex A0 20 EC 20 56 0 7 116 54 35
Octal 240 40 354 40 126 0 7 426 124 65
Binary 10100000 100000 11101100 100000 1010110 0 111 100010110 1010100 110101

Color Harmonies of #A020EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020EC

Black with #A020EC

Text Example


Text Example

White with #A020EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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