#A83F73

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

Shades of Rouge #A83F73

Tints of Rouge #A83F73

Color information

#A83F73 (or 0xA83F73) is unknown color: approx Rouge. HEX triplet: A8, 3F and 73. RGB value is (168,63,115). Sum of RGB (Red+Green+Blue) = 168+63+115=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F73 is #57C08C. Grayscale: #646464. Windows color (decimal): -5750925 or 7552936. OLE color: 7552936.

HSL color Cylindrical-coordinate representation of color #A83F73: hue angle of 330.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F73 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16863115-
CMYK00.630.320.34
HSL330.29º45.45%45.29%-
HSV(B)330.29º62.5%65.88%-
XYZ21.0213.1217.64-
YUV100.32136.29176.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=48.55%
G=18.21%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686311500.630.320.34330.2945.4545.29
HexA83F7303F202214a2d2d
Octal2507716307740425125555
Binary1010100011111111100110111111100000100010101001010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F73; }

 p { color: rgb(168,63,115); }

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

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

 a { background-color: rgb(168,63,115); }

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

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

 span { border-color: rgb(168,63,115); }

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