Html Css Color HEX #A13299 Vivid Violet

📋 copy color: '#A13299'

red 161 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #A13299

Tints of Vivid Violet #A13299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 44.23%
G = 13.74%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A13299 (or 0xA13299) is known color: Vivid Violet. HEX triplet: A1, 32 and 99. RGB value is (161,50,153). Sum of RGB (Red+Green+Blue) = 161+50+153=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A13299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13299 is #5ECD66. Grayscale: #5E5E5E. Windows color (decimal): -6212967 or 10039969. OLE color: 10039969.

HSL color Cylindrical-coordinate representation of color #A13299: hue angle of 304.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13299 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 153 -
CMYK 0 0.69 0.05 0.37
HSL 304.32º 0.53% 0.41% -
HSV(B) 304.32º 0.69% 0.63% -
XYZ 21.59 12.16 31.35 -
YUV 94.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 161 50 153 0 0.69 0.05 0.37 304.32 0.53 0.41
Hex A1 32 99 0 45 5 25 130 35 29
Octal 241 62 231 0 105 5 45 460 65 51
Binary 10100001 110010 10011001 0 1000101 101 100101 100110000 110101 101001

Color Harmonies of #A13299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13299

Black with #A13299

Text Example


Text Example

White with #A13299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13299; }

 p { color: rgb(161,50,153); }

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

background-color css

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

 a { background-color: rgb(161,50,153); }

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

border-color css

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

 span { border-color: rgb(161,50,153); }

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