#A3335C

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

Shades of Rouge #A3335C

Tints of Rouge #A3335C

Color information

#A3335C (or 0xA3335C) is unknown color: approx Rouge. HEX triplet: A3, 33 and 5C. RGB value is (163,51,92). Sum of RGB (Red+Green+Blue) = 163+51+92=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3335C is #5CCCA3. Grayscale: #595959. Windows color (decimal): -6081700 or 6042531. OLE color: 6042531.

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

Color convert

RGB1635192-
CMYK00.690.440.36
HSL338.04º52.34%41.96%-
HSV(B)338.04º68.71%63.92%-
XYZ18.2210.9311.27-
YUV89.16129.61180.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=53.27%
G=16.67%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163519200.690.440.36338.0452.3441.96
HexA3335C0452C24152342a
Octal24363134010554445226452
Binary10100011110011101110001000101101100100100101010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3335C; }

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

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

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

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

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

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

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

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