#A54572

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

Shades of Rouge #A54572

Tints of Rouge #A54572

Color information

#A54572 (or 0xA54572) is unknown color: approx Rouge. HEX triplet: A5, 45 and 72. RGB value is (165,69,114). Sum of RGB (Red+Green+Blue) = 165+69+114=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54572 is #5ABA8D. Grayscale: #666666. Windows color (decimal): -5945998 or 7488933. OLE color: 7488933.

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

Color convert

RGB16569114-
CMYK00.580.310.35
HSL331.88º41.03%45.88%-
HSV(B)331.88º58.18%64.71%-
XYZ20.6813.4717.43-
YUV102.83134.3172.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=47.41%
G=19.83%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656911400.580.310.35331.8841.0345.88
HexA5457203A1F2314c292e
Octal24510516207237435145156
Binary1010010110001011110010011101011111100011101001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54572; }

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

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

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

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

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

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

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

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