Html Css Color HEX #A52F71 Rouge

📋 copy color: '#A52F71'

red 165 ◦ green 47 ◦ blue 113

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

Shades of Rouge #A52F71

Tints of Rouge #A52F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 50.77%
G = 14.46%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A52F71 (or 0xA52F71) is known color: Rouge. HEX triplet: A5, 2F and 71. RGB value is (165,47,113). Sum of RGB (Red+Green+Blue) = 165+47+113=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F71 is #5AD08E. Grayscale: #595959. Windows color (decimal): -5951631 or 7417765. OLE color: 7417765.

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

Color convert

RGB 165 47 113 -
CMYK 0 0.72 0.32 0.35
HSL 326.44º 0.56% 0.42% -
HSV(B) 326.44º 0.72% 0.65% -
XYZ 19.51 11.22 16.76 -
YUV 89.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 165 47 113 0 0.72 0.32 0.35 326.44 0.56 0.42
Hex A5 2F 71 0 48 20 23 146 38 2A
Octal 245 57 161 0 110 40 43 506 70 52
Binary 10100101 101111 1110001 0 1001000 100000 100011 101000110 111000 101010

Color Harmonies of #A52F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F71

Black with #A52F71

Text Example


Text Example

White with #A52F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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