Html Css Color HEX #A13288 Medium Red Violet

📋 copy color: '#A13288'

red 161 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #A13288

Tints of Medium Red Violet #A13288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 46.4%
G = 14.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A13288 (or 0xA13288) is known color: Medium Red Violet. HEX triplet: A1, 32 and 88. RGB value is (161,50,136). Sum of RGB (Red+Green+Blue) = 161+50+136=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A13288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13288 is #5ECD77. Grayscale: #5C5C5C. Windows color (decimal): -6212984 or 8925857. OLE color: 8925857.

HSL color Cylindrical-coordinate representation of color #A13288: hue angle of 313.51º 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 #A13288 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 136 -
CMYK 0 0.69 0.16 0.37
HSL 313.51º 0.53% 0.41% -
HSV(B) 313.51º 0.69% 0.63% -
XYZ 20.28 11.64 24.47 -
YUV 92.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 161 50 136 0 0.69 0.16 0.37 313.51 0.53 0.41
Hex A1 32 88 0 45 10 25 13A 35 29
Octal 241 62 210 0 105 20 45 472 65 51
Binary 10100001 110010 10001000 0 1000101 10000 100101 100111010 110101 101001

Color Harmonies of #A13288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13288

Black with #A13288

Text Example


Text Example

White with #A13288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13288; }

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

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

background-color css

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

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

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

border-color css

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

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

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