Html Css Color HEX #A021E3 Blue Violet

📋 copy color: '#A021E3'

red 160 ◦ green 33 ◦ blue 227

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

Shades of Blue Violet #A021E3

Tints of Blue Violet #A021E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.05%

R = 38.1%
G = 7.86%
B = 54.05%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A021E3 (or 0xA021E3) is known color: Blue Violet. HEX triplet: A0, 21 and E3. RGB value is (160,33,227). Sum of RGB (Red+Green+Blue) = 160+33+227=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #A021E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021E3 is #5FDE1C. Grayscale: #5C5C5C. Windows color (decimal): -6282781 or 14885280. OLE color: 14885280.

HSL color Cylindrical-coordinate representation of color #A021E3: hue angle of 279.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A021E3 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 33 227 -
CMYK 0.30 0.85 0 0.11
HSL 279.28º 0.78% 0.51% -
HSV(B) 279.28º 0.85% 0.89% -
XYZ 28.91 14.11 73.87 -
YUV 93.09 203.58 175.73 -
System Red Green Blue C M Y K H S L
Decimal 160 33 227 0.30 0.85 0 0.11 279.28 0.78 0.51
Hex A0 21 E3 1E 55 0 B 117 4E 33
Octal 240 41 343 36 125 0 13 427 116 63
Binary 10100000 100001 11100011 11110 1010101 0 1011 100010111 1001110 110011

Color Harmonies of #A021E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021E3

Black with #A021E3

Text Example


Text Example

White with #A021E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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