#a83471

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

Shades of Rouge #A83471

Tints of Rouge #A83471

Color information

#A83471 (or 0xA83471) is unknown color: approx Rouge. HEX triplet: A8, 34 and 71. RGB value is (168,52,113). Sum of RGB (Red+Green+Blue) = 168+52+113=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A83471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83471 is #57CB8E. Grayscale: #5D5D5D. Windows color (decimal): -5753743 or 7419048. OLE color: 7419048.

HSL color Cylindrical-coordinate representation of color #A83471: hue angle of 328.45º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83471 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16852113-
CMYK00.690.330.34
HSL328.45º52.73%43.14%-
HSV(B)328.45º69.05%65.88%-
XYZ20.3611.9716.86-
YUV93.64138.93181.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=50.45%
G=15.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685211300.690.330.34328.4552.7343.14
HexA834710452122148352b
Octal25064161010541425106553
Binary10101000110100111000101000101100001100010101001000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83471; }

 p { color: rgb(168,52,113); }

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

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

 a { background-color: rgb(168,52,113); }

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

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

 span { border-color: rgb(168,52,113); }

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