#A14868

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

Shades of Rouge #A14868

Tints of Rouge #A14868

Color information

#A14868 (or 0xA14868) is unknown color: approx Rouge. HEX triplet: A1, 48 and 68. RGB value is (161,72,104). Sum of RGB (Red+Green+Blue) = 161+72+104=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A14868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14868 is #5EB797. Grayscale: #666666. Windows color (decimal): -6207384 or 6834337. OLE color: 6834337.

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

Color convert

RGB16172104-
CMYK00.550.350.37
HSL338.43º38.2%45.69%-
HSV(B)338.43º55.28%63.14%-
XYZ19.5113.2114.62-
YUV102.26128.99169.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=47.77%
G=21.36%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617210400.550.350.37338.4338.245.69
HexA148680372325152262e
Octal24111015006743455224656
Binary10100001100100011010000110111100011100101101010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14868; }

 p { color: rgb(161,72,104); }

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

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

 a { background-color: rgb(161,72,104); }

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

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

 span { border-color: rgb(161,72,104); }

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