Html Css Color HEX #A021EC Blue Violet

📋 copy color: '#A021EC'

red 160 ◦ green 33 ◦ blue 236

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

Shades of Blue Violet #A021EC

Tints of Blue Violet #A021EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.69%

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

R = 37.3%
G = 7.69%
B = 55.01%

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

#A021EC (or 0xA021EC) is known color: Blue Violet. HEX triplet: A0, 21 and EC. RGB value is (160,33,236). Sum of RGB (Red+Green+Blue) = 160+33+236=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #A021EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021EC is #5FDE13. Grayscale: #5D5D5D. Windows color (decimal): -6282772 or 15475104. OLE color: 15475104.

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

Color convert

RGB 160 33 236 -
CMYK 0.32 0.86 0 0.07
HSL 277.54º 0.84% 0.53% -
HSV(B) 277.54º 0.86% 0.93% -
XYZ 30.18 14.62 80.59 -
YUV 94.12 208.08 174.99 -
System Red Green Blue C M Y K H S L
Decimal 160 33 236 0.32 0.86 0 0.07 277.54 0.84 0.53
Hex A0 21 EC 20 56 0 7 116 54 35
Octal 240 41 354 40 126 0 7 426 124 65
Binary 10100000 100001 11101100 100000 1010110 0 111 100010110 1010100 110101

Color Harmonies of #A021EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021EC

Black with #A021EC

Text Example


Text Example

White with #A021EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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