Html Css Color HEX #A5288C Medium Red Violet

📋 copy color: '#A5288C'

red 165 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #A5288C

Tints of Medium Red Violet #A5288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 47.83%
G = 11.59%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5288C (or 0xA5288C) is known color: Medium Red Violet. HEX triplet: A5, 28 and 8C. RGB value is (165,40,140). Sum of RGB (Red+Green+Blue) = 165+40+140=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5288C is #5AD773. Grayscale: #585858. Windows color (decimal): -5953396 or 9185445. OLE color: 9185445.

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

Color convert

RGB 165 40 140 -
CMYK 0 0.76 0.15 0.35
HSL 312º 0.61% 0.4% -
HSV(B) 312º 0.76% 0.65% -
XYZ 21.01 11.41 25.91 -
YUV 88.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 165 40 140 0 0.76 0.15 0.35 312 0.61 0.4
Hex A5 28 8C 0 4C F 23 138 3D 28
Octal 245 50 214 0 114 17 43 470 75 50
Binary 10100101 101000 10001100 0 1001100 1111 100011 100111000 111101 101000

Color Harmonies of #A5288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5288C

Black with #A5288C

Text Example


Text Example

White with #A5288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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