#A43368

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

Shades of Rouge #A43368

Tints of Rouge #A43368

Color information

#A43368 (or 0xA43368) is unknown color: approx Rouge. HEX triplet: A4, 33 and 68. RGB value is (164,51,104). Sum of RGB (Red+Green+Blue) = 164+51+104=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A43368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43368 is #5BCC97. Grayscale: #5A5A5A. Windows color (decimal): -6016152 or 6828964. OLE color: 6828964.

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

Color convert

RGB16451104-
CMYK00.690.370.36
HSL331.86º52.56%42.16%-
HSV(B)331.86º68.9%64.31%-
XYZ18.9911.2614.27-
YUV90.83135.44180.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=51.41%
G=15.99%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645110400.690.370.36331.8652.5642.16
HexA43368045252414c352a
Octal24463150010545445146552
Binary10100100110011110100001000101100101100100101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43368; }

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

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

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

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

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

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

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

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