#A3335E

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

Shades of Rouge #A3335E

Tints of Rouge #A3335E

Color information

#A3335E (or 0xA3335E) is unknown color: approx Rouge. HEX triplet: A3, 33 and 5E. RGB value is (163,51,94). Sum of RGB (Red+Green+Blue) = 163+51+94=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3335E is #5CCCA1. Grayscale: #595959. Windows color (decimal): -6081698 or 6173603. OLE color: 6173603.

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

Color convert

RGB1635194-
CMYK00.690.420.36
HSL336.96º52.34%41.96%-
HSV(B)336.96º68.71%63.92%-
XYZ18.3110.9611.74-
YUV89.39130.61180.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=52.92%
G=16.56%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163519400.690.420.36336.9652.3441.96
HexA3335E0452A24151342a
Octal24363136010552445216452
Binary10100011110011101111001000101101010100100101010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3335E; }

 p { color: rgb(163,51,94); }

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

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

 a { background-color: rgb(163,51,94); }

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

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

 span { border-color: rgb(163,51,94); }

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