#A5335B

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

Shades of Rouge #A5335B

Tints of Rouge #A5335B

Color information

#A5335B (or 0xA5335B) is unknown color: approx Rouge. HEX triplet: A5, 33 and 5B. RGB value is (165,51,91). Sum of RGB (Red+Green+Blue) = 165+51+91=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5335B is #5ACCA4. Grayscale: #595959. Windows color (decimal): -5950629 or 5976997. OLE color: 5976997.

HSL color Cylindrical-coordinate representation of color #A5335B: hue angle of 338.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5335B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1655191-
CMYK00.690.450.35
HSL338.95º52.78%42.35%-
HSV(B)338.95º69.09%64.71%-
XYZ18.5911.1211.06-
YUV89.65128.77181.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=53.75%
G=16.61%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165519100.690.450.35338.9552.7842.35
HexA5335B0452D23153352a
Octal24563133010555435236552
Binary10100101110011101101101000101101101100011101010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5335B; }

 p { color: rgb(165,51,91); }

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

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

 a { background-color: rgb(165,51,91); }

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

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

 span { border-color: rgb(165,51,91); }

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