#A33D74

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

Shades of Rouge #A33D74

Tints of Rouge #A33D74

Color information

#A33D74 (or 0xA33D74) is unknown color: approx Rouge. HEX triplet: A3, 3D and 74. RGB value is (163,61,116). Sum of RGB (Red+Green+Blue) = 163+61+116=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D74 is #5CC28B. Grayscale: #616161. Windows color (decimal): -6079116 or 7617955. OLE color: 7617955.

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

Color convert

RGB16361116-
CMYK00.630.290.36
HSL327.65º45.54%43.92%-
HSV(B)327.65º62.58%63.92%-
XYZ19.9312.3817.86-
YUV97.77138.29174.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=47.94%
G=17.94%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636111600.630.290.36327.6545.5443.92
HexA33D7403F1D241482e2c
Octal2437516407735445105654
Binary101000111111011110100011111111101100100101001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D74; }

 p { color: rgb(163,61,116); }

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

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

 a { background-color: rgb(163,61,116); }

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

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

 span { border-color: rgb(163,61,116); }

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