Html Css Color HEX #A020FE Blue Violet

📋 copy color: '#A020FE'

red 160 ◦ green 32 ◦ blue 254

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

Shades of Blue Violet #A020FE

Tints of Blue Violet #A020FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.17%

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

R = 35.87%
G = 7.17%
B = 56.95%

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

#A020FE (or 0xA020FE) is known color: Blue Violet. HEX triplet: A0, 20 and FE. RGB value is (160,32,254). Sum of RGB (Red+Green+Blue) = 160+32+254=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A020FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A020FE is #5FDF01. Grayscale: #5E5E5E. Windows color (decimal): -6283010 or 16654496. OLE color: 16654496.

HSL color Cylindrical-coordinate representation of color #A020FE: hue angle of 274.59º 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 #A020FE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 32 254 -
CMYK 0.37 0.87 0 0.00
HSL 274.59º 0.99% 0.56% -
HSV(B) 274.59º 0.87% 1% -
XYZ 32.9 15.66 95.05 -
YUV 95.58 217.41 173.95 -
System Red Green Blue C M Y K H S L
Decimal 160 32 254 0.37 0.87 0 0.00 274.59 0.99 0.56
Hex A0 20 FE 25 57 0 0 113 63 38
Octal 240 40 376 45 127 0 0 423 143 70
Binary 10100000 100000 11111110 100101 1010111 0 0 100010011 1100011 111000

Color Harmonies of #A020FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020FE

Black with #A020FE

Text Example


Text Example

White with #A020FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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