#A93E73

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

Shades of Rouge #A93E73

Tints of Rouge #A93E73

Color information

#A93E73 (or 0xA93E73) is unknown color: approx Rouge. HEX triplet: A9, 3E and 73. RGB value is (169,62,115). Sum of RGB (Red+Green+Blue) = 169+62+115=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E73 is #56C18C. Grayscale: #636363. Windows color (decimal): -5685645 or 7552681. OLE color: 7552681.

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

Color convert

RGB16962115-
CMYK00.630.320.34
HSL330.28º46.32%45.29%-
HSV(B)330.28º63.31%66.27%-
XYZ21.1813.1217.64-
YUV100.04136.45177.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=48.84%
G=17.92%
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
Decimal1696211500.630.320.34330.2846.3245.29
HexA93E7303F202214a2e2d
Octal2517616307740425125655
Binary1010100111111011100110111111100000100010101001010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E73; }

 p { color: rgb(169,62,115); }

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

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

 a { background-color: rgb(169,62,115); }

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

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

 span { border-color: rgb(169,62,115); }

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