#A0416E

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

Shades of Rouge #A0416E

Tints of Rouge #A0416E

Color information

#A0416E (or 0xA0416E) is unknown color: approx Rouge. HEX triplet: A0, 41 and 6E. RGB value is (160,65,110). Sum of RGB (Red+Green+Blue) = 160+65+110=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0416E is #5FBE91. Grayscale: #626262. Windows color (decimal): -6274706 or 7225760. OLE color: 7225760.

HSL color Cylindrical-coordinate representation of color #A0416E: hue angle of 331.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0416E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16065110-
CMYK00.590.310.37
HSL331.58º42.22%44.12%-
HSV(B)331.58º59.38%62.75%-
XYZ19.212.3816.13-
YUV98.54134.47171.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=47.76%
G=19.40%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606511000.590.310.37331.5842.2244.12
HexA0416E03B1F2514c2a2c
Octal24010115607337455145254
Binary1010000010000011101110011101111111100101101001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0416E; }

 p { color: rgb(160,65,110); }

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

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

 a { background-color: rgb(160,65,110); }

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

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

 span { border-color: rgb(160,65,110); }

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