#A23E6E

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

Shades of Rouge #A23E6E

Tints of Rouge #A23E6E

Color information

#A23E6E (or 0xA23E6E) is unknown color: approx Rouge. HEX triplet: A2, 3E and 6E. RGB value is (162,62,110). Sum of RGB (Red+Green+Blue) = 162+62+110=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E6E is #5DC191. Grayscale: #616161. Windows color (decimal): -6144402 or 7224994. OLE color: 7224994.

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

Color convert

RGB16262110-
CMYK00.620.320.36
HSL331.2º44.64%43.92%-
HSV(B)331.2º61.73%63.53%-
XYZ19.4412.2516.09-
YUV97.37135.13174.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=48.50%
G=18.56%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626211000.620.320.36331.244.6443.92
HexA23E6E03E202414b2d2c
Octal2427615607640445135554
Binary1010001011111011011100111110100000100100101001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E6E; }

 p { color: rgb(162,62,110); }

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

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

 a { background-color: rgb(162,62,110); }

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

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

 span { border-color: rgb(162,62,110); }

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