Html Css Color HEX #A020FC Blue Violet

📋 copy color: '#A020FC'

red 160 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #A020FC

Tints of Blue Violet #A020FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 36.04%
G = 7.21%
B = 56.76%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A020FC (or 0xA020FC) is known color: Blue Violet. HEX triplet: A0, 20 and FC. RGB value is (160,32,252). Sum of RGB (Red+Green+Blue) = 160+32+252=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #A020FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A020FC is #5FDF03. Grayscale: #5E5E5E. Windows color (decimal): -6283012 or 16523424. OLE color: 16523424.

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

Color convert

RGB 160 32 252 -
CMYK 0.37 0.87 0 0.01
HSL 274.91º 0.97% 0.56% -
HSV(B) 274.91º 0.87% 0.99% -
XYZ 32.58 15.53 93.38 -
YUV 95.35 216.41 174.11 -
System Red Green Blue C M Y K H S L
Decimal 160 32 252 0.37 0.87 0 0.01 274.91 0.97 0.56
Hex A0 20 FC 25 57 0 1 113 61 38
Octal 240 40 374 45 127 0 1 423 141 70
Binary 10100000 100000 11111100 100101 1010111 0 1 100010011 1100001 111000

Color Harmonies of #A020FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020FC

Black with #A020FC

Text Example


Text Example

White with #A020FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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