#A33266

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

Shades of Rouge #A33266

Tints of Rouge #A33266

Color information

#A33266 (or 0xA33266) is unknown color: approx Rouge. HEX triplet: A3, 32 and 66. RGB value is (163,50,102). Sum of RGB (Red+Green+Blue) = 163+50+102=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A33266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33266 is #5CCD99. Grayscale: #595959. Windows color (decimal): -6081946 or 6697635. OLE color: 6697635.

HSL color Cylindrical-coordinate representation of color #A33266: hue angle of 332.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33266 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16350102-
CMYK00.690.370.36
HSL332.39º53.05%41.76%-
HSV(B)332.39º69.33%63.92%-
XYZ18.6411.0313.72-
YUV89.71134.94180.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=51.75%
G=15.87%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635010200.690.370.36332.3953.0541.76
HexA33266045252414c352a
Octal24362146010545445146552
Binary10100011110010110011001000101100101100100101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33266; }

 p { color: rgb(163,50,102); }

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

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

 a { background-color: rgb(163,50,102); }

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

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

 span { border-color: rgb(163,50,102); }

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