#A34868

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

Shades of Rouge #A34868

Tints of Rouge #A34868

Color information

#A34868 (or 0xA34868) is unknown color: approx Rouge. HEX triplet: A3, 48 and 68. RGB value is (163,72,104). Sum of RGB (Red+Green+Blue) = 163+72+104=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A34868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34868 is #5CB797. Grayscale: #666666. Windows color (decimal): -6076312 or 6834339. OLE color: 6834339.

HSL color Cylindrical-coordinate representation of color #A34868: hue angle of 338.9º 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 #A34868 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16372104-
CMYK00.560.360.36
HSL338.9º38.72%46.08%-
HSV(B)338.9º55.83%63.92%-
XYZ19.9213.4214.64-
YUV102.86128.65170.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=48.08%
G=21.24%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210400.560.360.36338.938.7246.08
HexA348680382424153272e
Octal24311015007044445234756
Binary10100011100100011010000111000100100100100101010011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34868; }

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

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

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

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

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

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

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

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