#A14573

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

Shades of Rouge #A14573

Tints of Rouge #A14573

Color information

#A14573 (or 0xA14573) is unknown color: approx Rouge. HEX triplet: A1, 45 and 73. RGB value is (161,69,115). Sum of RGB (Red+Green+Blue) = 161+69+115=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14573 is #5EBA8C. Grayscale: #656565. Windows color (decimal): -6208141 or 7554465. OLE color: 7554465.

HSL color Cylindrical-coordinate representation of color #A14573: hue angle of 330º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14573 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16169115-
CMYK00.570.290.37
HSL330º40%45.1%-
HSV(B)330º57.14%63.14%-
XYZ19.9213.0717.69-
YUV101.75135.48170.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616911500.570.290.373304045.1
HexA145730391D2514a282d
Octal24110516307135455125055
Binary1010000110001011110011011100111101100101101001010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14573; }

 p { color: rgb(161,69,115); }

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

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

 a { background-color: rgb(161,69,115); }

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

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

 span { border-color: rgb(161,69,115); }

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