#A33F6F

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

Shades of Rouge #A33F6F

Tints of Rouge #A33F6F

Color information

#A33F6F (or 0xA33F6F) is unknown color: approx Rouge. HEX triplet: A3, 3F and 6F. RGB value is (163,63,111). Sum of RGB (Red+Green+Blue) = 163+63+111=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F6F is #5CC090. Grayscale: #626262. Windows color (decimal): -6078609 or 7290787. OLE color: 7290787.

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

Color convert

RGB16363111-
CMYK00.610.320.36
HSL331.2º44.25%44.31%-
HSV(B)331.2º61.35%63.92%-
XYZ19.7512.4916.41-
YUV98.37135.13174.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=48.37%
G=18.69%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636311100.610.320.36331.244.2544.31
HexA33F6F03D202414b2c2c
Octal2437715707540445135454
Binary1010001111111111011110111101100000100100101001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F6F; }

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

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

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

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

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

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

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

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