#A43461

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

Shades of Rouge #A43461

Tints of Rouge #A43461

Color information

#A43461 (or 0xA43461) is unknown color: approx Rouge. HEX triplet: A4, 34 and 61. RGB value is (164,52,97). Sum of RGB (Red+Green+Blue) = 164+52+97=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43461 is #5BCB9E. Grayscale: #5A5A5A. Windows color (decimal): -6015903 or 6370468. OLE color: 6370468.

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

Color convert

RGB1645297-
CMYK00.680.410.36
HSL335.89º51.85%42.35%-
HSV(B)335.89º68.29%64.31%-
XYZ18.711.2112.49-
YUV90.62131.61180.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=52.40%
G=16.61%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164529700.680.410.36335.8951.8542.35
HexA434610442924150342a
Octal24464141010451445206452
Binary10100100110100110000101000100101001100100101010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43461; }

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

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

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

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

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

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

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

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