Html Css Color HEX #A121EC Blue Violet

📋 copy color: '#A121EC'

red 161 ◦ green 33 ◦ blue 236

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

Shades of Blue Violet #A121EC

Tints of Blue Violet #A121EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 37.44%
G = 7.67%
B = 54.88%

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

#A121EC (or 0xA121EC) is known color: Blue Violet. HEX triplet: A1, 21 and EC. RGB value is (161,33,236). Sum of RGB (Red+Green+Blue) = 161+33+236=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #A121EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121EC is #5EDE13. Grayscale: #5D5D5D. Windows color (decimal): -6217236 or 15475105. OLE color: 15475105.

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

Color convert

RGB 161 33 236 -
CMYK 0.32 0.86 0 0.07
HSL 277.83º 0.84% 0.53% -
HSV(B) 277.83º 0.86% 0.93% -
XYZ 30.38 14.72 80.6 -
YUV 94.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 161 33 236 0.32 0.86 0 0.07 277.83 0.84 0.53
Hex A1 21 EC 20 56 0 7 116 54 35
Octal 241 41 354 40 126 0 7 426 124 65
Binary 10100001 100001 11101100 100000 1010110 0 111 100010110 1010100 110101

Color Harmonies of #A121EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121EC

Black with #A121EC

Text Example


Text Example

White with #A121EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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