Html Css Color HEX #A52891 Medium Red Violet

📋 copy color: '#A52891'

red 165 ◦ green 40 ◦ blue 145

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

Shades of Medium Red Violet #A52891

Tints of Medium Red Violet #A52891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 47.14%
G = 11.43%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52891 (or 0xA52891) is known color: Medium Red Violet. HEX triplet: A5, 28 and 91. RGB value is (165,40,145). Sum of RGB (Red+Green+Blue) = 165+40+145=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A52891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52891 is #5AD76E. Grayscale: #595959. Windows color (decimal): -5953391 or 9513125. OLE color: 9513125.

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

Color convert

RGB 165 40 145 -
CMYK 0 0.76 0.12 0.35
HSL 309.6º 0.61% 0.4% -
HSV(B) 309.6º 0.76% 0.65% -
XYZ 21.39 11.56 27.89 -
YUV 89.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 165 40 145 0 0.76 0.12 0.35 309.6 0.61 0.4
Hex A5 28 91 0 4C C 23 136 3D 28
Octal 245 50 221 0 114 14 43 466 75 50
Binary 10100101 101000 10010001 0 1001100 1100 100011 100110110 111101 101000

Color Harmonies of #A52891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52891

Black with #A52891

Text Example


Text Example

White with #A52891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52891; }

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

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

background-color css

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

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

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

border-color css

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

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

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