#A33E62

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

Shades of Rouge #A33E62

Tints of Rouge #A33E62

Color information

#A33E62 (or 0xA33E62) is unknown color: approx Rouge. HEX triplet: A3, 3E and 62. RGB value is (163,62,98). Sum of RGB (Red+Green+Blue) = 163+62+98=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E62 is #5CC19D. Grayscale: #606060. Windows color (decimal): -6078878 or 6438563. OLE color: 6438563.

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

Color convert

RGB1636298-
CMYK00.620.400.36
HSL338.61º44.89%44.12%-
HSV(B)338.61º61.96%63.92%-
XYZ19.0312.1112.89-
YUV96.3128.96175.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=50.46%
G=19.20%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163629800.620.400.36338.6144.8944.12
HexA33E6203E28241532d2c
Octal2437614207650445235554
Binary1010001111111011000100111110101000100100101010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E62; }

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

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

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

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

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

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

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

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