#A34566

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

Shades of Rouge #A34566

Tints of Rouge #A34566

Color information

#A34566 (or 0xA34566) is unknown color: approx Rouge. HEX triplet: A3, 45 and 66. RGB value is (163,69,102). Sum of RGB (Red+Green+Blue) = 163+69+102=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34566 is #5CBA99. Grayscale: #646464. Windows color (decimal): -6077082 or 6702499. OLE color: 6702499.

HSL color Cylindrical-coordinate representation of color #A34566: hue angle of 338.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34566 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16369102-
CMYK00.580.370.36
HSL338.94º40.52%45.49%-
HSV(B)338.94º57.67%63.92%-
XYZ19.631314.05-
YUV100.87128.64172.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=48.80%
G=20.66%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636910200.580.370.36338.9440.5245.49
HexA3456603A2524153292d
Octal24310514607245445235155
Binary10100011100010111001100111010100101100100101010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34566; }

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

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

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

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

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

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

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

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