#A93D71

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

Shades of Rouge #A93D71

Tints of Rouge #A93D71

Color information

#A93D71 (or 0xA93D71) is unknown color: approx Rouge. HEX triplet: A9, 3D and 71. RGB value is (169,61,113). Sum of RGB (Red+Green+Blue) = 169+61+113=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D71 is #56C28E. Grayscale: #636363. Windows color (decimal): -5685903 or 7421353. OLE color: 7421353.

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

Color convert

RGB16961113-
CMYK00.640.330.34
HSL331.11º46.96%45.1%-
HSV(B)331.11º63.91%66.27%-
XYZ21.0112.9617.02-
YUV99.22135.78177.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=49.27%
G=17.78%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696111300.640.330.34331.1146.9645.1
HexA93D71040212214b2f2d
Octal25175161010041425135755
Binary10101001111101111000101000000100001100010101001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D71; }

 p { color: rgb(169,61,113); }

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

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

 a { background-color: rgb(169,61,113); }

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

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

 span { border-color: rgb(169,61,113); }

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