#A43865

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

Shades of Rouge #A43865

Tints of Rouge #A43865

Color information

#A43865 (or 0xA43865) is unknown color: approx Rouge. HEX triplet: A4, 38 and 65. RGB value is (164,56,101). Sum of RGB (Red+Green+Blue) = 164+56+101=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A43865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43865 is #5BC79A. Grayscale: #5D5D5D. Windows color (decimal): -6014875 or 6633636. OLE color: 6633636.

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

Color convert

RGB16456101-
CMYK00.660.380.36
HSL335º49.09%43.14%-
HSV(B)335º65.85%64.31%-
XYZ19.0711.6613.56-
YUV93.42132.28178.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=51.09%
G=17.45%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645610100.660.380.3633549.0943.14
HexA43865042262414f312b
Octal24470145010246445176153
Binary10100100111000110010101000010100110100100101001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43865; }

 p { color: rgb(164,56,101); }

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

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

 a { background-color: rgb(164,56,101); }

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

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

 span { border-color: rgb(164,56,101); }

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