#A43F6D

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

Shades of Rouge #A43F6D

Tints of Rouge #A43F6D

Color information

#A43F6D (or 0xA43F6D) is unknown color: approx Rouge. HEX triplet: A4, 3F and 6D. RGB value is (164,63,109). Sum of RGB (Red+Green+Blue) = 164+63+109=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F6D is #5BC092. Grayscale: #626262. Windows color (decimal): -6013075 or 7159716. OLE color: 7159716.

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

Color convert

RGB16463109-
CMYK00.620.340.36
HSL332.67º44.49%44.51%-
HSV(B)332.67º61.59%64.31%-
XYZ19.8512.5515.84-
YUV98.44133.96174.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=48.81%
G=18.75%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646310900.620.340.36332.6744.4944.51
HexA43F6D03E222414d2c2d
Octal2447715507642445155455
Binary1010010011111111011010111110100010100100101001101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F6D; }

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

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

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

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

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

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

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

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