Html Css Color HEX #A13475 Medium Red Violet

📋 copy color: '#A13475'

red 161 ◦ green 52 ◦ blue 117

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

Shades of Medium Red Violet #A13475

Tints of Medium Red Violet #A13475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 48.79%
G = 15.76%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13475 (or 0xA13475) is known color: Medium Red Violet. HEX triplet: A1, 34 and 75. RGB value is (161,52,117). Sum of RGB (Red+Green+Blue) = 161+52+117=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A13475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13475 is #5ECB8A. Grayscale: #5B5B5B. Windows color (decimal): -6212491 or 7681185. OLE color: 7681185.

HSL color Cylindrical-coordinate representation of color #A13475: hue angle of 324.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13475 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 117 -
CMYK 0 0.68 0.27 0.37
HSL 324.22º 0.51% 0.42% -
HSV(B) 324.22º 0.68% 0.63% -
XYZ 19.14 11.32 18.01 -
YUV 92 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 161 52 117 0 0.68 0.27 0.37 324.22 0.51 0.42
Hex A1 34 75 0 44 1B 25 144 33 2A
Octal 241 64 165 0 104 33 45 504 63 52
Binary 10100001 110100 1110101 0 1000100 11011 100101 101000100 110011 101010

Color Harmonies of #A13475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13475

Black with #A13475

Text Example


Text Example

White with #A13475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13475; }

 p { color: rgb(161,52,117); }

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

background-color css

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

 a { background-color: rgb(161,52,117); }

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

border-color css

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

 span { border-color: rgb(161,52,117); }

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