#A23163

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

Shades of Rouge #A23163

Tints of Rouge #A23163

Color information

#A23163 (or 0xA23163) is unknown color: approx Rouge. HEX triplet: A2, 31 and 63. RGB value is (162,49,99). Sum of RGB (Red+Green+Blue) = 162+49+99=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A23163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23163 is #5DCE9C. Grayscale: #585858. Windows color (decimal): -6147741 or 6500770. OLE color: 6500770.

HSL color Cylindrical-coordinate representation of color #A23163: hue angle of 333.45º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23163 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1624999-
CMYK00.700.390.36
HSL333.45º53.55%41.37%-
HSV(B)333.45º69.75%63.53%-
XYZ18.2510.7812.92-
YUV88.49133.94180.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=52.26%
G=15.81%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162499900.700.390.36333.4553.5541.37
HexA23163046272414d3629
Octal24261143010647445156651
Binary10100010110001110001101000110100111100100101001101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23163; }

 p { color: rgb(162,49,99); }

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

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

 a { background-color: rgb(162,49,99); }

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

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

 span { border-color: rgb(162,49,99); }

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