#A5335C

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

Shades of Rouge #A5335C

Tints of Rouge #A5335C

Color information

#A5335C (or 0xA5335C) is unknown color: approx Rouge. HEX triplet: A5, 33 and 5C. RGB value is (165,51,92). Sum of RGB (Red+Green+Blue) = 165+51+92=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5335C is #5ACCA3. Grayscale: #595959. Windows color (decimal): -5950628 or 6042533. OLE color: 6042533.

HSL color Cylindrical-coordinate representation of color #A5335C: hue angle of 338.42º 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 #A5335C is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1655192-
CMYK00.690.440.35
HSL338.42º52.78%42.35%-
HSV(B)338.42º69.09%64.71%-
XYZ18.6311.1411.29-
YUV89.76129.27181.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=53.57%
G=16.56%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165519200.690.440.35338.4252.7842.35
HexA5335C0452C23152352a
Octal24563134010554435226552
Binary10100101110011101110001000101101100100011101010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5335C; }

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

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

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

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

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

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

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

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