#A5416E

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

Shades of Rouge #A5416E

Tints of Rouge #A5416E

Color information

#A5416E (or 0xA5416E) is unknown color: approx Rouge. HEX triplet: A5, 41 and 6E. RGB value is (165,65,110). Sum of RGB (Red+Green+Blue) = 165+65+110=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5416E is #5ABE91. Grayscale: #636363. Windows color (decimal): -5947026 or 7225765. OLE color: 7225765.

HSL color Cylindrical-coordinate representation of color #A5416E: hue angle of 333º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5416E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16565110-
CMYK00.610.330.35
HSL333º43.48%45.1%-
HSV(B)333º60.61%64.71%-
XYZ20.2212.9116.18-
YUV100.03133.63174.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=48.53%
G=19.12%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656511000.610.330.3533343.4845.1
HexA5416E03D212314d2b2d
Octal24510115607541435155355
Binary10100101100000111011100111101100001100011101001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5416E; }

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

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

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

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

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

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

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

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