#A23366

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

Shades of Rouge #A23366

Tints of Rouge #A23366

Color information

#A23366 (or 0xA23366) is unknown color: approx Rouge. HEX triplet: A2, 33 and 66. RGB value is (162,51,102). Sum of RGB (Red+Green+Blue) = 162+51+102=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23366 is #5DCC99. Grayscale: #595959. Windows color (decimal): -6147226 or 6697890. OLE color: 6697890.

HSL color Cylindrical-coordinate representation of color #A23366: hue angle of 332.43º degrees, saturation: 0.52, 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 #A23366 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16251102-
CMYK00.690.370.36
HSL332.43º52.11%41.76%-
HSV(B)332.43º68.52%63.53%-
XYZ18.4811.0113.72-
YUV90134.77179.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=51.43%
G=16.19%
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
Decimal1625110200.690.370.36332.4352.1141.76
HexA23366045252414c342a
Octal24263146010545445146452
Binary10100010110011110011001000101100101100100101001100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23366; }

 p { color: rgb(162,51,102); }

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

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

 a { background-color: rgb(162,51,102); }

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

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

 span { border-color: rgb(162,51,102); }

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