#A54472

Color #A54472 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A54472

Tints of Rouge #A54472

Color information

#A54472 (or 0xA54472) is unknown color: approx Rouge. HEX triplet: A5, 44 and 72. RGB value is (165,68,114). Sum of RGB (Red+Green+Blue) = 165+68+114=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A54472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54472 is #5ABB8D. Grayscale: #666666. Windows color (decimal): -5946254 or 7488677. OLE color: 7488677.

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

Color convert

RGB16568114-
CMYK00.590.310.35
HSL331.55º41.63%45.69%-
HSV(B)331.55º58.79%64.71%-
XYZ20.6213.3517.41-
YUV102.25134.64172.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=47.55%
G=19.60%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656811400.590.310.35331.5541.6345.69
HexA5447203B1F2314c2a2e
Octal24510416207337435145256
Binary1010010110001001110010011101111111100011101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54472; }

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

 H1.HeaderClassName
 {
   color: #A54472;
 }
 .AnyTagClassName
 {
   color: #A54472;
 }
</style>
background-color css

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

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

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

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

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

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