#A43569

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

Shades of Rouge #A43569

Tints of Rouge #A43569

Color information

#A43569 (or 0xA43569) is unknown color: approx Rouge. HEX triplet: A4, 35 and 69. RGB value is (164,53,105). Sum of RGB (Red+Green+Blue) = 164+53+105=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43569 is #5BCA96. Grayscale: #5C5C5C. Windows color (decimal): -6015639 or 6895012. OLE color: 6895012.

HSL color Cylindrical-coordinate representation of color #A43569: hue angle of 331.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43569 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16453105-
CMYK00.680.360.36
HSL331.89º51.15%42.55%-
HSV(B)331.89º67.68%64.31%-
XYZ19.1311.4614.57-
YUV92.12135.27179.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=50.93%
G=16.46%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645310500.680.360.36331.8951.1542.55
HexA43569044242414c332b
Octal24465151010444445146353
Binary10100100110101110100101000100100100100100101001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43569; }

 p { color: rgb(164,53,105); }

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

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

 a { background-color: rgb(164,53,105); }

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

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

 span { border-color: rgb(164,53,105); }

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