#A93071

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

Shades of Rouge #A93071

Tints of Rouge #A93071

Color information

#A93071 (or 0xA93071) is unknown color: approx Rouge. HEX triplet: A9, 30 and 71. RGB value is (169,48,113). Sum of RGB (Red+Green+Blue) = 169+48+113=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A93071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93071 is #56CF8E. Grayscale: #5B5B5B. Windows color (decimal): -5689231 or 7418025. OLE color: 7418025.

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

Color convert

RGB16948113-
CMYK00.720.330.34
HSL327.77º55.76%42.55%-
HSV(B)327.77º71.6%66.27%-
XYZ20.411.7416.81-
YUV91.59140.09183.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.21%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=51.21%
G=14.55%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694811300.720.330.34327.7755.7642.55
HexA930710482122148382b
Octal25160161011041425107053
Binary10101001110000111000101001000100001100010101001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93071; }

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

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

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

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

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

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

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

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