#A34865

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

Shades of Rouge #A34865

Tints of Rouge #A34865

Color information

#A34865 (or 0xA34865) is unknown color: approx Rouge. HEX triplet: A3, 48 and 65. RGB value is (163,72,101). Sum of RGB (Red+Green+Blue) = 163+72+101=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A34865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34865 is #5CB79A. Grayscale: #666666. Windows color (decimal): -6076315 or 6637731. OLE color: 6637731.

HSL color Cylindrical-coordinate representation of color #A34865: hue angle of 340.88º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34865 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16372101-
CMYK00.560.380.36
HSL340.88º38.72%46.08%-
HSV(B)340.88º55.83%63.92%-
XYZ19.7713.3613.85-
YUV102.51127.15171.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=48.51%
G=21.43%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210100.560.380.36340.8838.7246.08
HexA348650382624155272e
Octal24311014507046445254756
Binary10100011100100011001010111000100110100100101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34865; }

 p { color: rgb(163,72,101); }

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

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

 a { background-color: rgb(163,72,101); }

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

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

 span { border-color: rgb(163,72,101); }

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