Html Css Color HEX #A52F86 Medium Red Violet

📋 copy color: '#A52F86'

red 165 ◦ green 47 ◦ blue 134

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

Shades of Medium Red Violet #A52F86

Tints of Medium Red Violet #A52F86

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

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

R = 47.69%
G = 13.58%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A52F86 (or 0xA52F86) is known color: Medium Red Violet. HEX triplet: A5, 2F and 86. RGB value is (165,47,134). Sum of RGB (Red+Green+Blue) = 165+47+134=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52F86 is #5AD079. Grayscale: #5B5B5B. Windows color (decimal): -5951610 or 8794021. OLE color: 8794021.

HSL color Cylindrical-coordinate representation of color #A52F86: hue angle of 315.76º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52F86 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 47 134 -
CMYK 0 0.72 0.19 0.35
HSL 315.76º 0.56% 0.42% -
HSV(B) 315.76º 0.72% 0.65% -
XYZ 20.84 11.75 23.72 -
YUV 92.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 165 47 134 0 0.72 0.19 0.35 315.76 0.56 0.42
Hex A5 2F 86 0 48 13 23 13C 38 2A
Octal 245 57 206 0 110 23 43 474 70 52
Binary 10100101 101111 10000110 0 1001000 10011 100011 100111100 111000 101010

Color Harmonies of #A52F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F86

Black with #A52F86

Text Example


Text Example

White with #A52F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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