Html Css Color HEX #A5289F Medium Red Violet

📋 copy color: '#A5289F'

red 165 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #A5289F

Tints of Medium Red Violet #A5289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 45.33%
G = 10.99%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5289F (or 0xA5289F) is known color: Medium Red Violet. HEX triplet: A5, 28 and 9F. RGB value is (165,40,159). Sum of RGB (Red+Green+Blue) = 165+40+159=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5289F is #5AD760. Grayscale: #5A5A5A. Windows color (decimal): -5953377 or 10430629. OLE color: 10430629.

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

Color convert

RGB 165 40 159 -
CMYK 0 0.76 0.04 0.35
HSL 302.88º 0.61% 0.4% -
HSV(B) 302.88º 0.76% 0.65% -
XYZ 22.53 12.02 33.93 -
YUV 90.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 165 40 159 0 0.76 0.04 0.35 302.88 0.61 0.4
Hex A5 28 9F 0 4C 4 23 12F 3D 28
Octal 245 50 237 0 114 4 43 457 75 50
Binary 10100101 101000 10011111 0 1001100 100 100011 100101111 111101 101000

Color Harmonies of #A5289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5289F

Black with #A5289F

Text Example


Text Example

White with #A5289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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