Html Css Color HEX #A021EA Blue Violet

📋 copy color: '#A021EA'

red 160 ◦ green 33 ◦ blue 234

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

Shades of Blue Violet #A021EA

Tints of Blue Violet #A021EA

RGB

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

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

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

R = 37.47%
G = 7.73%
B = 54.8%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A021EA (or 0xA021EA) is known color: Blue Violet. HEX triplet: A0, 21 and EA. RGB value is (160,33,234). Sum of RGB (Red+Green+Blue) = 160+33+234=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #A021EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021EA is #5FDE15. Grayscale: #5D5D5D. Windows color (decimal): -6282774 or 15344032. OLE color: 15344032.

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

Color convert

RGB 160 33 234 -
CMYK 0.32 0.86 0 0.08
HSL 277.91º 0.83% 0.52% -
HSV(B) 277.91º 0.86% 0.92% -
XYZ 29.89 14.5 79.07 -
YUV 93.89 207.08 175.16 -
System Red Green Blue C M Y K H S L
Decimal 160 33 234 0.32 0.86 0 0.08 277.91 0.83 0.52
Hex A0 21 EA 20 56 0 8 116 53 34
Octal 240 41 352 40 126 0 10 426 123 64
Binary 10100000 100001 11101010 100000 1010110 0 1000 100010110 1010011 110100

Color Harmonies of #A021EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021EA

Black with #A021EA

Text Example


Text Example

White with #A021EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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