Html Css Color HEX #A120FF Blue Violet

📋 copy color: '#A120FF'

red 161 ◦ green 32 ◦ blue 255

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

Shades of Blue Violet #A120FF

Tints of Blue Violet #A120FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 35.94%
G = 7.14%
B = 56.92%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A120FF (or 0xA120FF) is known color: Blue Violet. HEX triplet: A1, 20 and FF. RGB value is (161,32,255). Sum of RGB (Red+Green+Blue) = 161+32+255=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A120FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120FF is #5EDF00. Grayscale: #5F5F5F. Windows color (decimal): -6217473 or 16720033. OLE color: 16720033.

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

Color convert

RGB 161 32 255 -
CMYK 0.37 0.87 0 0
HSL 274.71º 1% 0.56% -
HSV(B) 274.71º 0.87% 1% -
XYZ 33.26 15.83 95.91 -
YUV 95.99 217.74 174.37 -
System Red Green Blue C M Y K H S L
Decimal 161 32 255 0.37 0.87 0 0 274.71 1 0.56
Hex A1 20 FF 25 57 0 0 113 64 38
Octal 241 40 377 45 127 0 0 423 144 70
Binary 10100001 100000 11111111 100101 1010111 0 0 100010011 1100100 111000

Color Harmonies of #A120FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120FF

Black with #A120FF

Text Example


Text Example

White with #A120FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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