Html Css Color HEX #A52475 Medium Red Violet

📋 copy color: '#A52475'

red 165 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #A52475

Tints of Medium Red Violet #A52475

RGB

 RED value IS 165 (64.84% from 255) = 51.89%

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 51.89%
G = 11.32%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A52475 (or 0xA52475) is known color: Medium Red Violet. HEX triplet: A5, 24 and 75. RGB value is (165,36,117). Sum of RGB (Red+Green+Blue) = 165+36+117=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A52475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52475 is #5ADB8A. Grayscale: #535353. Windows color (decimal): -5954443 or 7677093. OLE color: 7677093.

HSL color Cylindrical-coordinate representation of color #A52475: hue angle of 322.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52475 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 117 -
CMYK 0 0.78 0.29 0.35
HSL 322.33º 0.64% 0.39% -
HSV(B) 322.33º 0.78% 0.65% -
XYZ 19.36 10.55 17.84 -
YUV 83.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 165 36 117 0 0.78 0.29 0.35 322.33 0.64 0.39
Hex A5 24 75 0 4E 1D 23 142 40 27
Octal 245 44 165 0 116 35 43 502 100 47
Binary 10100101 100100 1110101 0 1001110 11101 100011 101000010 1000000 100111

Color Harmonies of #A52475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52475

Black with #A52475

Text Example


Text Example

White with #A52475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52475; }

 p { color: rgb(165,36,117); }

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

background-color css

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

 a { background-color: rgb(165,36,117); }

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

border-color css

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

 span { border-color: rgb(165,36,117); }

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