Html Css Color HEX #A021FE Blue Violet

📋 copy color: '#A021FE'

red 160 ◦ green 33 ◦ blue 254

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

Shades of Blue Violet #A021FE

Tints of Blue Violet #A021FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 35.79%
G = 7.38%
B = 56.82%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A021FE (or 0xA021FE) is known color: Blue Violet. HEX triplet: A0, 21 and FE. RGB value is (160,33,254). Sum of RGB (Red+Green+Blue) = 160+33+254=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #A021FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021FE is #5FDE01. Grayscale: #5F5F5F. Windows color (decimal): -6282754 or 16654752. OLE color: 16654752.

HSL color Cylindrical-coordinate representation of color #A021FE: hue angle of 274.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A021FE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 33 254 -
CMYK 0.37 0.87 0 0.00
HSL 274.48º 0.99% 0.56% -
HSV(B) 274.48º 0.87% 1% -
XYZ 32.93 15.72 95.06 -
YUV 96.17 217.08 173.53 -
System Red Green Blue C M Y K H S L
Decimal 160 33 254 0.37 0.87 0 0.00 274.48 0.99 0.56
Hex A0 21 FE 25 57 0 0 112 63 38
Octal 240 41 376 45 127 0 0 422 143 70
Binary 10100000 100001 11111110 100101 1010111 0 0 100010010 1100011 111000

Color Harmonies of #A021FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021FE

Black with #A021FE

Text Example


Text Example

White with #A021FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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