#A33574

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

Shades of Rouge #A33574

Tints of Rouge #A33574

Color information

#A33574 (or 0xA33574) is unknown color: approx Rouge. HEX triplet: A3, 35 and 74. RGB value is (163,53,116). Sum of RGB (Red+Green+Blue) = 163+53+116=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33574 is #5CCA8B. Grayscale: #5C5C5C. Windows color (decimal): -6081164 or 7615907. OLE color: 7615907.

HSL color Cylindrical-coordinate representation of color #A33574: hue angle of 325.64º 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 #A33574 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16353116-
CMYK00.670.290.36
HSL325.64º50.93%42.35%-
HSV(B)325.64º67.48%63.92%-
XYZ19.5311.5917.73-
YUV93.07140.94177.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=49.10%
G=15.96%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635311600.670.290.36325.6450.9342.35
HexA335740431D24146332a
Octal24365164010335445066352
Binary1010001111010111101000100001111101100100101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33574; }

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

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

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

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

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

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

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

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