#A34568

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

Shades of Rouge #A34568

Tints of Rouge #A34568

Color information

#A34568 (or 0xA34568) is unknown color: approx Rouge. HEX triplet: A3, 45 and 68. RGB value is (163,69,104). Sum of RGB (Red+Green+Blue) = 163+69+104=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A34568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34568 is #5CBA97. Grayscale: #656565. Windows color (decimal): -6077080 or 6833571. OLE color: 6833571.

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

Color convert

RGB16369104-
CMYK00.580.360.36
HSL337.66º40.52%45.49%-
HSV(B)337.66º57.67%63.92%-
XYZ19.7313.0414.57-
YUV101.1129.64172.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=48.51%
G=20.54%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636910400.580.360.36337.6640.5245.49
HexA3456803A2424152292d
Octal24310515007244445225155
Binary10100011100010111010000111010100100100100101010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34568; }

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

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

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

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

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

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

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

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