Html Css Color HEX #A021E8 Blue Violet

📋 copy color: '#A021E8'

red 160 ◦ green 33 ◦ blue 232

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

Shades of Blue Violet #A021E8

Tints of Blue Violet #A021E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.59%

R = 37.65%
G = 7.76%
B = 54.59%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A021E8 (or 0xA021E8) is known color: Blue Violet. HEX triplet: A0, 21 and E8. RGB value is (160,33,232). Sum of RGB (Red+Green+Blue) = 160+33+232=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #A021E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021E8 is #5FDE17. Grayscale: #5C5C5C. Windows color (decimal): -6282776 or 15212960. OLE color: 15212960.

HSL color Cylindrical-coordinate representation of color #A021E8: hue angle of 278.29º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A021E8 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 33 232 -
CMYK 0.31 0.86 0 0.09
HSL 278.29º 0.81% 0.52% -
HSV(B) 278.29º 0.86% 0.91% -
XYZ 29.61 14.39 77.56 -
YUV 93.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 160 33 232 0.31 0.86 0 0.09 278.29 0.81 0.52
Hex A0 21 E8 1F 56 0 9 116 51 34
Octal 240 41 350 37 126 0 11 426 121 64
Binary 10100000 100001 11101000 11111 1010110 0 1001 100010110 1010001 110100

Color Harmonies of #A021E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021E8

Black with #A021E8

Text Example


Text Example

White with #A021E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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