Html Css Color HEX #A121FD Blue Violet

📋 copy color: '#A121FD'

red 161 ◦ green 33 ◦ blue 253

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

Shades of Blue Violet #A121FD

Tints of Blue Violet #A121FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 36.02%
G = 7.38%
B = 56.6%

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

#A121FD (or 0xA121FD) is known color: Blue Violet. HEX triplet: A1, 21 and FD. RGB value is (161,33,253). Sum of RGB (Red+Green+Blue) = 161+33+253=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #A121FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121FD is #5EDE02. Grayscale: #5F5F5F. Windows color (decimal): -6217219 or 16589217. OLE color: 16589217.

HSL color Cylindrical-coordinate representation of color #A121FD: hue angle of 274.91º degrees, saturation: 0.98, 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 #A121FD is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 33 253 -
CMYK 0.36 0.87 0 0.01
HSL 274.91º 0.98% 0.56% -
HSV(B) 274.91º 0.87% 0.99% -
XYZ 32.97 15.76 94.23 -
YUV 96.35 216.41 174.11 -
System Red Green Blue C M Y K H S L
Decimal 161 33 253 0.36 0.87 0 0.01 274.91 0.98 0.56
Hex A1 21 FD 24 57 0 1 113 62 38
Octal 241 41 375 44 127 0 1 423 142 70
Binary 10100001 100001 11111101 100100 1010111 0 1 100010011 1100010 111000

Color Harmonies of #A121FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121FD

Black with #A121FD

Text Example


Text Example

White with #A121FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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