#A33E72

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

Shades of Rouge #A33E72

Tints of Rouge #A33E72

Color information

#A33E72 (or 0xA33E72) is unknown color: approx Rouge. HEX triplet: A3, 3E and 72. RGB value is (163,62,114). Sum of RGB (Red+Green+Blue) = 163+62+114=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E72 is #5CC18D. Grayscale: #626262. Windows color (decimal): -6078862 or 7487139. OLE color: 7487139.

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

Color convert

RGB16362114-
CMYK00.620.300.36
HSL329.11º44.89%44.12%-
HSV(B)329.11º61.96%63.92%-
XYZ19.8612.4517.28-
YUV98.13136.96174.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=48.08%
G=18.29%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636211400.620.300.36329.1144.8944.12
HexA33E7203E1E241492d2c
Octal2437616207636445115554
Binary101000111111101110010011111011110100100101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E72; }

 p { color: rgb(163,62,114); }

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

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

 a { background-color: rgb(163,62,114); }

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

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

 span { border-color: rgb(163,62,114); }

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