Html Css Color HEX #A120FE Blue Violet

📋 copy color: '#A120FE'

red 161 ◦ green 32 ◦ blue 254

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

Shades of Blue Violet #A120FE

Tints of Blue Violet #A120FE

RGB

 RED value IS 161 (63.28% from 255) = 36.02%

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

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

R = 36.02%
G = 7.16%
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

#A120FE (or 0xA120FE) is known color: Blue Violet. HEX triplet: A1, 20 and FE. RGB value is (161,32,254). Sum of RGB (Red+Green+Blue) = 161+32+254=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 32 (12.89% from 255 or 7.16% 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 #A120FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120FE is #5EDF01. Grayscale: #5F5F5F. Windows color (decimal): -6217474 or 16654497. OLE color: 16654497.

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

Color convert

RGB 161 32 254 -
CMYK 0.37 0.87 0 0.00
HSL 274.86º 0.99% 0.56% -
HSV(B) 274.86º 0.87% 1% -
XYZ 33.1 15.77 95.06 -
YUV 95.88 217.24 174.45 -
System Red Green Blue C M Y K H S L
Decimal 161 32 254 0.37 0.87 0 0.00 274.86 0.99 0.56
Hex A1 20 FE 25 57 0 0 113 63 38
Octal 241 40 376 45 127 0 0 423 143 70
Binary 10100001 100000 11111110 100101 1010111 0 0 100010011 1100011 111000

Color Harmonies of #A120FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120FE

Black with #A120FE

Text Example


Text Example

White with #A120FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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