#A23574

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

Shades of Rouge #A23574

Tints of Rouge #A23574

Color information

#A23574 (or 0xA23574) is unknown color: approx Rouge. HEX triplet: A2, 35 and 74. RGB value is (162,53,116). Sum of RGB (Red+Green+Blue) = 162+53+116=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A23574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23574 is #5DCA8B. Grayscale: #5C5C5C. Windows color (decimal): -6146700 or 7615906. OLE color: 7615906.

HSL color Cylindrical-coordinate representation of color #A23574: hue angle of 325.32º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23574 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16253116-
CMYK00.670.280.36
HSL325.32º50.7%42.16%-
HSV(B)325.32º67.28%63.53%-
XYZ19.3311.4917.72-
YUV92.77141.11177.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=48.94%
G=16.01%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625311600.670.280.36325.3250.742.16
HexA235740431C24145332a
Octal24265164010334445056352
Binary1010001011010111101000100001111100100100101000101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23574; }

 p { color: rgb(162,53,116); }

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

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

 a { background-color: rgb(162,53,116); }

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

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

 span { border-color: rgb(162,53,116); }

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