Html Css Color HEX #A52886 Medium Red Violet

📋 copy color: '#A52886'

red 165 ◦ green 40 ◦ blue 134

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

Shades of Medium Red Violet #A52886

Tints of Medium Red Violet #A52886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 48.67%
G = 11.8%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A52886 (or 0xA52886) is known color: Medium Red Violet. HEX triplet: A5, 28 and 86. RGB value is (165,40,134). Sum of RGB (Red+Green+Blue) = 165+40+134=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A52886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52886 is #5AD779. Grayscale: #575757. Windows color (decimal): -5953402 or 8792229. OLE color: 8792229.

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

Color convert

RGB 165 40 134 -
CMYK 0 0.76 0.19 0.35
HSL 314.88º 0.61% 0.4% -
HSV(B) 314.88º 0.76% 0.65% -
XYZ 20.58 11.24 23.64 -
YUV 88.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 165 40 134 0 0.76 0.19 0.35 314.88 0.61 0.4
Hex A5 28 86 0 4C 13 23 13B 3D 28
Octal 245 50 206 0 114 23 43 473 75 50
Binary 10100101 101000 10000110 0 1001100 10011 100011 100111011 111101 101000

Color Harmonies of #A52886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52886

Black with #A52886

Text Example


Text Example

White with #A52886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52886; }

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

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

background-color css

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

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

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

border-color css

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

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

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