#A43F6E

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

Shades of Rouge #A43F6E

Tints of Rouge #A43F6E

Color information

#A43F6E (or 0xA43F6E) is unknown color: approx Rouge. HEX triplet: A4, 3F and 6E. RGB value is (164,63,110). Sum of RGB (Red+Green+Blue) = 164+63+110=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F6E is #5BC091. Grayscale: #626262. Windows color (decimal): -6013074 or 7225252. OLE color: 7225252.

HSL color Cylindrical-coordinate representation of color #A43F6E: hue angle of 332.08º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F6E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16463110-
CMYK00.620.330.36
HSL332.08º44.49%44.51%-
HSV(B)332.08º61.59%64.31%-
XYZ19.912.5716.13-
YUV98.56134.46174.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=48.66%
G=18.69%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646311000.620.330.36332.0844.4944.51
HexA43F6E03E212414c2c2d
Octal2447715607641445145455
Binary1010010011111111011100111110100001100100101001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F6E; }

 p { color: rgb(164,63,110); }

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

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

 a { background-color: rgb(164,63,110); }

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

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

 span { border-color: rgb(164,63,110); }

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