Html Css Color HEX #A5289A Medium Red Violet

📋 copy color: '#A5289A'

red 165 ◦ green 40 ◦ blue 154

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

Shades of Medium Red Violet #A5289A

Tints of Medium Red Violet #A5289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 45.96%
G = 11.14%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5289A (or 0xA5289A) is known color: Medium Red Violet. HEX triplet: A5, 28 and 9A. RGB value is (165,40,154). Sum of RGB (Red+Green+Blue) = 165+40+154=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5289A is #5AD765. Grayscale: #5A5A5A. Windows color (decimal): -5953382 or 10102949. OLE color: 10102949.

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

Color convert

RGB 165 40 154 -
CMYK 0 0.76 0.07 0.35
HSL 305.28º 0.61% 0.4% -
HSV(B) 305.28º 0.76% 0.65% -
XYZ 22.11 11.85 31.69 -
YUV 90.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 165 40 154 0 0.76 0.07 0.35 305.28 0.61 0.4
Hex A5 28 9A 0 4C 7 23 131 3D 28
Octal 245 50 232 0 114 7 43 461 75 50
Binary 10100101 101000 10011010 0 1001100 111 100011 100110001 111101 101000

Color Harmonies of #A5289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5289A

Black with #A5289A

Text Example


Text Example

White with #A5289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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