#A23A6E

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

Shades of Rouge #A23A6E

Tints of Rouge #A23A6E

Color information

#A23A6E (or 0xA23A6E) is unknown color: approx Rouge. HEX triplet: A2, 3A and 6E. RGB value is (162,58,110). Sum of RGB (Red+Green+Blue) = 162+58+110=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A6E is #5DC591. Grayscale: #5E5E5E. Windows color (decimal): -6145426 or 7223970. OLE color: 7223970.

HSL color Cylindrical-coordinate representation of color #A23A6E: hue angle of 330º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A6E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16258110-
CMYK00.640.320.36
HSL330º47.27%43.14%-
HSV(B)330º64.2%63.53%-
XYZ19.2311.8316.02-
YUV95.02136.46175.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=49.09%
G=17.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811000.640.320.3633047.2743.14
HexA23A6E040202414a2f2b
Octal24272156010040445125753
Binary10100010111010110111001000000100000100100101001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A6E; }

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

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

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

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

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

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

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

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