Html Css Color HEX #A52F72 Rouge

📋 copy color: '#A52F72'

red 165 ◦ green 47 ◦ blue 114

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

Shades of Rouge #A52F72

Tints of Rouge #A52F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 50.61%
G = 14.42%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A52F72 (or 0xA52F72) is known color: Rouge. HEX triplet: A5, 2F and 72. RGB value is (165,47,114). Sum of RGB (Red+Green+Blue) = 165+47+114=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F72 is #5AD08D. Grayscale: #595959. Windows color (decimal): -5951630 or 7483301. OLE color: 7483301.

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

Color convert

RGB 165 47 114 -
CMYK 0 0.72 0.31 0.35
HSL 325.93º 0.56% 0.42% -
HSV(B) 325.93º 0.72% 0.65% -
XYZ 19.57 11.25 17.06 -
YUV 89.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 165 47 114 0 0.72 0.31 0.35 325.93 0.56 0.42
Hex A5 2F 72 0 48 1F 23 146 38 2A
Octal 245 57 162 0 110 37 43 506 70 52
Binary 10100101 101111 1110010 0 1001000 11111 100011 101000110 111000 101010

Color Harmonies of #A52F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F72

Black with #A52F72

Text Example


Text Example

White with #A52F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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