Html Css Color HEX #A5287C Medium Red Violet

📋 copy color: '#A5287C'

red 165 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #A5287C

Tints of Medium Red Violet #A5287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 50.15%
G = 12.16%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5287C (or 0xA5287C) is known color: Medium Red Violet. HEX triplet: A5, 28 and 7C. RGB value is (165,40,124). Sum of RGB (Red+Green+Blue) = 165+40+124=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5287C is #5AD783. Grayscale: #565656. Windows color (decimal): -5953412 or 8136869. OLE color: 8136869.

HSL color Cylindrical-coordinate representation of color #A5287C: hue angle of 319.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5287C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 40 124 -
CMYK 0 0.76 0.25 0.35
HSL 319.68º 0.61% 0.4% -
HSV(B) 319.68º 0.76% 0.65% -
XYZ 19.91 10.97 20.14 -
YUV 86.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 165 40 124 0 0.76 0.25 0.35 319.68 0.61 0.4
Hex A5 28 7C 0 4C 19 23 140 3D 28
Octal 245 50 174 0 114 31 43 500 75 50
Binary 10100101 101000 1111100 0 1001100 11001 100011 101000000 111101 101000

Color Harmonies of #A5287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5287C

Black with #A5287C

Text Example


Text Example

White with #A5287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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