Html Css Color HEX #A121ED Blue Violet

📋 copy color: '#A121ED'

red 161 ◦ green 33 ◦ blue 237

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

Shades of Blue Violet #A121ED

Tints of Blue Violet #A121ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.66%

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

R = 37.35%
G = 7.66%
B = 54.99%

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

#A121ED (or 0xA121ED) is known color: Blue Violet. HEX triplet: A1, 21 and ED. RGB value is (161,33,237). Sum of RGB (Red+Green+Blue) = 161+33+237=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #A121ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121ED is #5EDE12. Grayscale: #5D5D5D. Windows color (decimal): -6217235 or 15540641. OLE color: 15540641.

HSL color Cylindrical-coordinate representation of color #A121ED: hue angle of 277.65º 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 #A121ED is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 33 237 -
CMYK 0.32 0.86 0 0.07
HSL 277.65º 0.85% 0.53% -
HSV(B) 277.65º 0.86% 0.93% -
XYZ 30.53 14.78 81.36 -
YUV 94.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 161 33 237 0.32 0.86 0 0.07 277.65 0.85 0.53
Hex A1 21 ED 20 56 0 7 116 55 35
Octal 241 41 355 40 126 0 7 426 125 65
Binary 10100001 100001 11101101 100000 1010110 0 111 100010110 1010101 110101

Color Harmonies of #A121ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121ED

Black with #A121ED

Text Example


Text Example

White with #A121ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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