#A33E69

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

Shades of Rouge #A33E69

Tints of Rouge #A33E69

Color information

#A33E69 (or 0xA33E69) is unknown color: approx Rouge. HEX triplet: A3, 3E and 69. RGB value is (163,62,105). Sum of RGB (Red+Green+Blue) = 163+62+105=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E69 is #5CC196. Grayscale: #616161. Windows color (decimal): -6078871 or 6897315. OLE color: 6897315.

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

Color convert

RGB16362105-
CMYK00.620.360.36
HSL334.46º44.89%44.12%-
HSV(B)334.46º61.96%63.92%-
XYZ19.3812.2514.71-
YUV97.1132.46175-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=49.39%
G=18.79%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636210500.620.360.36334.4644.8944.12
HexA33E6903E242414e2d2c
Octal2437615107644445165554
Binary1010001111111011010010111110100100100100101001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E69; }

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

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

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

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

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

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

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

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