#A43468

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

Shades of Rouge #A43468

Tints of Rouge #A43468

Color information

#A43468 (or 0xA43468) is unknown color: approx Rouge. HEX triplet: A4, 34 and 68. RGB value is (164,52,104). Sum of RGB (Red+Green+Blue) = 164+52+104=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A43468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43468 is #5BCB97. Grayscale: #5B5B5B. Windows color (decimal): -6015896 or 6829220. OLE color: 6829220.

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

Color convert

RGB16452104-
CMYK00.680.370.36
HSL332.14º51.85%42.35%-
HSV(B)332.14º68.29%64.31%-
XYZ19.0411.3514.28-
YUV91.42135.11179.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=51.25%
G=16.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645210400.680.370.36332.1451.8542.35
HexA43468044252414c342a
Octal24464150010445445146452
Binary10100100110100110100001000100100101100100101001100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43468; }

 p { color: rgb(164,52,104); }

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

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

 a { background-color: rgb(164,52,104); }

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

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

 span { border-color: rgb(164,52,104); }

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