#A43568

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

Shades of Rouge #A43568

Tints of Rouge #A43568

Color information

#A43568 (or 0xA43568) is unknown color: approx Rouge. HEX triplet: A4, 35 and 68. RGB value is (164,53,104). Sum of RGB (Red+Green+Blue) = 164+53+104=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A43568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43568 is #5BCA97. Grayscale: #5B5B5B. Windows color (decimal): -6015640 or 6829476. OLE color: 6829476.

HSL color Cylindrical-coordinate representation of color #A43568: hue angle of 332.43º 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 #A43568 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16453104-
CMYK00.680.370.36
HSL332.43º51.15%42.55%-
HSV(B)332.43º67.68%64.31%-
XYZ19.0811.4414.3-
YUV92134.77179.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=51.09%
G=16.51%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645310400.680.370.36332.4351.1542.55
HexA43568044252414c332b
Octal24465150010445445146353
Binary10100100110101110100001000100100101100100101001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43568; }

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

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

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

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

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

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

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

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