#A93172

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

Shades of Rouge #A93172

Tints of Rouge #A93172

Color information

#A93172 (or 0xA93172) is unknown color: approx Rouge. HEX triplet: A9, 31 and 72. RGB value is (169,49,114). Sum of RGB (Red+Green+Blue) = 169+49+114=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A93172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93172 is #56CE8D. Grayscale: #5C5C5C. Windows color (decimal): -5688974 or 7483817. OLE color: 7483817.

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

Color convert

RGB16949114-
CMYK00.710.330.34
HSL327.5º55.05%42.75%-
HSV(B)327.5º71.01%66.27%-
XYZ20.511.8517.13-
YUV92.29140.26182.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=50.90%
G=14.76%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694911400.710.330.34327.555.0542.75
HexA931720472122148372b
Octal25161162010741425106753
Binary10101001110001111001001000111100001100010101001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93172; }

 p { color: rgb(169,49,114); }

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

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

 a { background-color: rgb(169,49,114); }

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

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

 span { border-color: rgb(169,49,114); }

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