Html Css Color HEX #A5247C Medium Red Violet

📋 copy color: '#A5247C'

red 165 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #A5247C

Tints of Medium Red Violet #A5247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 50.77%
G = 11.08%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5247C (or 0xA5247C) is known color: Medium Red Violet. HEX triplet: A5, 24 and 7C. RGB value is (165,36,124). Sum of RGB (Red+Green+Blue) = 165+36+124=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5247C is #5ADB83. Grayscale: #545454. Windows color (decimal): -5954436 or 8135845. OLE color: 8135845.

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

Color convert

RGB 165 36 124 -
CMYK 0 0.78 0.25 0.35
HSL 319.07º 0.64% 0.39% -
HSV(B) 319.07º 0.78% 0.65% -
XYZ 19.79 10.72 20.09 -
YUV 84.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 165 36 124 0 0.78 0.25 0.35 319.07 0.64 0.39
Hex A5 24 7C 0 4E 19 23 13F 40 27
Octal 245 44 174 0 116 31 43 477 100 47
Binary 10100101 100100 1111100 0 1001110 11001 100011 100111111 1000000 100111

Color Harmonies of #A5247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5247C

Black with #A5247C

Text Example


Text Example

White with #A5247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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