#A33F63

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

Shades of Rouge #A33F63

Tints of Rouge #A33F63

Color information

#A33F63 (or 0xA33F63) is unknown color: approx Rouge. HEX triplet: A3, 3F and 63. RGB value is (163,63,99). Sum of RGB (Red+Green+Blue) = 163+63+99=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F63 is #5CC09C. Grayscale: #606060. Windows color (decimal): -6078621 or 6504355. OLE color: 6504355.

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

Color convert

RGB1636399-
CMYK00.610.390.36
HSL338.4º44.25%44.31%-
HSV(B)338.4º61.35%63.92%-
XYZ19.1312.2413.16-
YUV97129.13175.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=50.15%
G=19.38%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163639900.610.390.36338.444.2544.31
HexA33F6303D27241522c2c
Octal2437714307547445225454
Binary1010001111111111000110111101100111100100101010010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F63; }

 p { color: rgb(163,63,99); }

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

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

 a { background-color: rgb(163,63,99); }

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

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

 span { border-color: rgb(163,63,99); }

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