Html Css Color HEX #A5288F Medium Red Violet

📋 copy color: '#A5288F'

red 165 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #A5288F

Tints of Medium Red Violet #A5288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 47.41%
G = 11.49%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5288F (or 0xA5288F) is known color: Medium Red Violet. HEX triplet: A5, 28 and 8F. RGB value is (165,40,143). Sum of RGB (Red+Green+Blue) = 165+40+143=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5288F is #5AD770. Grayscale: #585858. Windows color (decimal): -5953393 or 9382053. OLE color: 9382053.

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

Color convert

RGB 165 40 143 -
CMYK 0 0.76 0.13 0.35
HSL 310.56º 0.61% 0.4% -
HSV(B) 310.56º 0.76% 0.65% -
XYZ 21.23 11.5 27.09 -
YUV 89.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 165 40 143 0 0.76 0.13 0.35 310.56 0.61 0.4
Hex A5 28 8F 0 4C D 23 137 3D 28
Octal 245 50 217 0 114 15 43 467 75 50
Binary 10100101 101000 10001111 0 1001100 1101 100011 100110111 111101 101000

Color Harmonies of #A5288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5288F

Black with #A5288F

Text Example


Text Example

White with #A5288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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