#A33875

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

Shades of Rouge #A33875

Tints of Rouge #A33875

Color information

#A33875 (or 0xA33875) is unknown color: approx Rouge. HEX triplet: A3, 38 and 75. RGB value is (163,56,117). Sum of RGB (Red+Green+Blue) = 163+56+117=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A33875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33875 is #5CC78A. Grayscale: #5E5E5E. Windows color (decimal): -6080395 or 7682211. OLE color: 7682211.

HSL color Cylindrical-coordinate representation of color #A33875: hue angle of 325.79º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33875 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16356117-
CMYK00.660.280.36
HSL325.79º48.86%42.94%-
HSV(B)325.79º65.64%63.92%-
XYZ19.7311.918.09-
YUV94.95140.45176.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=48.51%
G=16.67%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635611700.660.280.36325.7948.8642.94
HexA338750421C24146312b
Octal24370165010234445066153
Binary1010001111100011101010100001011100100100101000110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33875; }

 p { color: rgb(163,56,117); }

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

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

 a { background-color: rgb(163,56,117); }

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

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

 span { border-color: rgb(163,56,117); }

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