Html Css Color HEX #A120ED Blue Violet

📋 copy color: '#A120ED'

red 161 ◦ green 32 ◦ blue 237

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

Shades of Blue Violet #A120ED

Tints of Blue Violet #A120ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 37.44%
G = 7.44%
B = 55.12%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A120ED (or 0xA120ED) is known color: Blue Violet. HEX triplet: A1, 20 and ED. RGB value is (161,32,237). Sum of RGB (Red+Green+Blue) = 161+32+237=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #A120ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120ED is #5EDF12. Grayscale: #5D5D5D. Windows color (decimal): -6217491 or 15540385. OLE color: 15540385.

HSL color Cylindrical-coordinate representation of color #A120ED: hue angle of 277.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A120ED is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 32 237 -
CMYK 0.32 0.86 0 0.07
HSL 277.76º 0.85% 0.53% -
HSV(B) 277.76º 0.86% 0.93% -
XYZ 30.5 14.72 81.36 -
YUV 93.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 161 32 237 0.32 0.86 0 0.07 277.76 0.85 0.53
Hex A1 20 ED 20 56 0 7 116 55 35
Octal 241 40 355 40 126 0 7 426 125 65
Binary 10100001 100000 11101101 100000 1010110 0 111 100010110 1010101 110101

Color Harmonies of #A120ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120ED

Black with #A120ED

Text Example


Text Example

White with #A120ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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