Html Css Color HEX #A121F3 Blue Violet

📋 copy color: '#A121F3'

red 161 ◦ green 33 ◦ blue 243

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

Shades of Blue Violet #A121F3

Tints of Blue Violet #A121F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.61%

R = 36.84%
G = 7.55%
B = 55.61%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A121F3 (or 0xA121F3) is known color: Blue Violet. HEX triplet: A1, 21 and F3. RGB value is (161,33,243). Sum of RGB (Red+Green+Blue) = 161+33+243=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #A121F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121F3 is #5EDE0C. Grayscale: #5E5E5E. Windows color (decimal): -6217229 or 15933857. OLE color: 15933857.

HSL color Cylindrical-coordinate representation of color #A121F3: hue angle of 276.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A121F3 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 33 243 -
CMYK 0.34 0.86 0 0.05
HSL 276.57º 0.9% 0.54% -
HSV(B) 276.57º 0.86% 0.95% -
XYZ 31.42 15.14 86.06 -
YUV 95.21 211.41 174.92 -
System Red Green Blue C M Y K H S L
Decimal 161 33 243 0.34 0.86 0 0.05 276.57 0.9 0.54
Hex A1 21 F3 22 56 0 5 115 5A 36
Octal 241 41 363 42 126 0 5 425 132 66
Binary 10100001 100001 11110011 100010 1010110 0 101 100010101 1011010 110110

Color Harmonies of #A121F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121F3

Black with #A121F3

Text Example


Text Example

White with #A121F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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