#A14566

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

Shades of Rouge #A14566

Tints of Rouge #A14566

Color information

#A14566 (or 0xA14566) is unknown color: approx Rouge. HEX triplet: A1, 45 and 66. RGB value is (161,69,102). Sum of RGB (Red+Green+Blue) = 161+69+102=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14566 is #5EBA99. Grayscale: #646464. Windows color (decimal): -6208154 or 6702497. OLE color: 6702497.

HSL color Cylindrical-coordinate representation of color #A14566: hue angle of 338.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14566 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16169102-
CMYK00.570.370.37
HSL338.48º40%45.1%-
HSV(B)338.48º57.14%63.14%-
XYZ19.2212.7914.03-
YUV100.27128.98171.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=48.49%
G=20.78%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616910200.570.370.37338.484045.1
HexA145660392525152282d
Octal24110514607145455225055
Binary10100001100010111001100111001100101100101101010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14566; }

 p { color: rgb(161,69,102); }

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

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

 a { background-color: rgb(161,69,102); }

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

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

 span { border-color: rgb(161,69,102); }

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