#A33675

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

Shades of Rouge #A33675

Tints of Rouge #A33675

Color information

#A33675 (or 0xA33675) is unknown color: approx Rouge. HEX triplet: A3, 36 and 75. RGB value is (163,54,117). Sum of RGB (Red+Green+Blue) = 163+54+117=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33675 is #5CC98A. Grayscale: #5D5D5D. Windows color (decimal): -6080907 or 7681699. OLE color: 7681699.

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

Color convert

RGB16354117-
CMYK00.670.280.36
HSL325.32º50.23%42.55%-
HSV(B)325.32º66.87%63.92%-
XYZ19.6311.7118.05-
YUV93.77141.11177.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=48.80%
G=16.17%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635411700.670.280.36325.3250.2342.55
HexA336750431C24145322b
Octal24366165010334445056253
Binary1010001111011011101010100001111100100100101000101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33675; }

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

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

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

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

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

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

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

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