Html Css Color HEX #A121A4 Vivid Violet

📋 copy color: '#A121A4'

red 161 ◦ green 33 ◦ blue 164

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

Shades of Vivid Violet #A121A4

Tints of Vivid Violet #A121A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 44.97%
G = 9.22%
B = 45.81%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A121A4 (or 0xA121A4) is known color: Vivid Violet. HEX triplet: A1, 21 and A4. RGB value is (161,33,164). Sum of RGB (Red+Green+Blue) = 161+33+164=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #A121A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A121A4 is #5EDE5B. Grayscale: #555555. Windows color (decimal): -6217308 or 10756513. OLE color: 10756513.

HSL color Cylindrical-coordinate representation of color #A121A4: hue angle of 298.63º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A121A4 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 33 164 -
CMYK 0.02 0.80 0 0.36
HSL 298.63º 0.66% 0.39% -
HSV(B) 298.63º 0.8% 0.64% -
XYZ 21.94 11.35 36.16 -
YUV 86.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 161 33 164 0.02 0.80 0 0.36 298.63 0.66 0.39
Hex A1 21 A4 2 50 0 24 12B 42 27
Octal 241 41 244 2 120 0 44 453 102 47
Binary 10100001 100001 10100100 10 1010000 0 100100 100101011 1000010 100111

Color Harmonies of #A121A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121A4

Black with #A121A4

Text Example


Text Example

White with #A121A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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