Html Css Color HEX #A52478 Medium Red Violet

📋 copy color: '#A52478'

red 165 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #A52478

Tints of Medium Red Violet #A52478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 51.4%
G = 11.21%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52478 (or 0xA52478) is known color: Medium Red Violet. HEX triplet: A5, 24 and 78. RGB value is (165,36,120). Sum of RGB (Red+Green+Blue) = 165+36+120=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A52478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52478 is #5ADB87. Grayscale: #535353. Windows color (decimal): -5954440 or 7873701. OLE color: 7873701.

HSL color Cylindrical-coordinate representation of color #A52478: hue angle of 320.93º 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 #A52478 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 120 -
CMYK 0 0.78 0.27 0.35
HSL 320.93º 0.64% 0.39% -
HSV(B) 320.93º 0.78% 0.65% -
XYZ 19.54 10.62 18.79 -
YUV 84.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 165 36 120 0 0.78 0.27 0.35 320.93 0.64 0.39
Hex A5 24 78 0 4E 1B 23 141 40 27
Octal 245 44 170 0 116 33 43 501 100 47
Binary 10100101 100100 1111000 0 1001110 11011 100011 101000001 1000000 100111

Color Harmonies of #A52478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52478

Black with #A52478

Text Example


Text Example

White with #A52478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52478; }

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

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

background-color css

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

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

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

border-color css

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

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

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