Html Css Color HEX #A5247D Medium Red Violet

📋 copy color: '#A5247D'

red 165 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #A5247D

Tints of Medium Red Violet #A5247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 50.61%
G = 11.04%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5247D (or 0xA5247D) is known color: Medium Red Violet. HEX triplet: A5, 24 and 7D. RGB value is (165,36,125). Sum of RGB (Red+Green+Blue) = 165+36+125=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5247D is #5ADB82. Grayscale: #545454. Windows color (decimal): -5954435 or 8201381. OLE color: 8201381.

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

Color convert

RGB 165 36 125 -
CMYK 0 0.78 0.24 0.35
HSL 318.6º 0.64% 0.39% -
HSV(B) 318.6º 0.78% 0.65% -
XYZ 19.85 10.74 20.43 -
YUV 84.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 165 36 125 0 0.78 0.24 0.35 318.6 0.64 0.39
Hex A5 24 7D 0 4E 18 23 13F 40 27
Octal 245 44 175 0 116 30 43 477 100 47
Binary 10100101 100100 1111101 0 1001110 11000 100011 100111111 1000000 100111

Color Harmonies of #A5247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5247D

Black with #A5247D

Text Example


Text Example

White with #A5247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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