#A33E6A

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

Shades of Rouge #A33E6A

Tints of Rouge #A33E6A

Color information

#A33E6A (or 0xA33E6A) is unknown color: approx Rouge. HEX triplet: A3, 3E and 6A. RGB value is (163,62,106). Sum of RGB (Red+Green+Blue) = 163+62+106=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E6A is #5CC195. Grayscale: #616161. Windows color (decimal): -6078870 or 6962851. OLE color: 6962851.

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

Color convert

RGB16362106-
CMYK00.620.350.36
HSL333.86º44.89%44.12%-
HSV(B)333.86º61.96%63.92%-
XYZ19.4312.2714.98-
YUV97.22132.96174.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=49.24%
G=18.73%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636210600.620.350.36333.8644.8944.12
HexA33E6A03E232414e2d2c
Octal2437615207643445165554
Binary1010001111111011010100111110100011100100101001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E6A; }

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

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

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

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

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

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

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

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