Html Css Color HEX #A121FC Blue Violet

📋 copy color: '#A121FC'

red 161 ◦ green 33 ◦ blue 252

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

Shades of Blue Violet #A121FC

Tints of Blue Violet #A121FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 36.1%
G = 7.4%
B = 56.5%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A121FC (or 0xA121FC) is known color: Blue Violet. HEX triplet: A1, 21 and FC. RGB value is (161,33,252). Sum of RGB (Red+Green+Blue) = 161+33+252=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #A121FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121FC is #5EDE03. Grayscale: #5F5F5F. Windows color (decimal): -6217220 or 16523681. OLE color: 16523681.

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

Color convert

RGB 161 33 252 -
CMYK 0.36 0.87 0 0.01
HSL 275.07º 0.97% 0.56% -
HSV(B) 275.07º 0.87% 0.99% -
XYZ 32.81 15.69 93.4 -
YUV 96.24 215.91 174.19 -
System Red Green Blue C M Y K H S L
Decimal 161 33 252 0.36 0.87 0 0.01 275.07 0.97 0.56
Hex A1 21 FC 24 57 0 1 113 61 38
Octal 241 41 374 44 127 0 1 423 141 70
Binary 10100001 100001 11111100 100100 1010111 0 1 100010011 1100001 111000

Color Harmonies of #A121FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121FC

Black with #A121FC

Text Example


Text Example

White with #A121FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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