#A54668

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

Shades of Rouge #A54668

Tints of Rouge #A54668

Color information

#A54668 (or 0xA54668) is unknown color: approx Rouge. HEX triplet: A5, 46 and 68. RGB value is (165,70,104). Sum of RGB (Red+Green+Blue) = 165+70+104=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54668 is #5AB997. Grayscale: #666666. Windows color (decimal): -5945752 or 6833829. OLE color: 6833829.

HSL color Cylindrical-coordinate representation of color #A54668: hue angle of 338.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54668 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16570104-
CMYK00.580.370.35
HSL338.53º40.43%46.08%-
HSV(B)338.53º57.58%64.71%-
XYZ20.2113.3814.61-
YUV102.28128.97172.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=48.67%
G=20.65%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657010400.580.370.35338.5340.4346.08
HexA5466803A2523153282e
Octal24510615007245435235056
Binary10100101100011011010000111010100101100011101010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54668; }

 p { color: rgb(165,70,104); }

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

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

 a { background-color: rgb(165,70,104); }

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

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

 span { border-color: rgb(165,70,104); }

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