#A23A75

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

Shades of Rouge #A23A75

Tints of Rouge #A23A75

Color information

#A23A75 (or 0xA23A75) is unknown color: approx Rouge. HEX triplet: A2, 3A and 75. RGB value is (162,58,117). Sum of RGB (Red+Green+Blue) = 162+58+117=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A75 is #5DC58A. Grayscale: #5F5F5F. Windows color (decimal): -6145419 or 7682722. OLE color: 7682722.

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

Color convert

RGB16258117-
CMYK00.640.280.36
HSL325.96º47.27%43.14%-
HSV(B)325.96º64.2%63.53%-
XYZ19.6211.9918.11-
YUV95.82139.96175.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=48.07%
G=17.21%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811700.640.280.36325.9647.2743.14
HexA23A750401C241462f2b
Octal24272165010034445065753
Binary1010001011101011101010100000011100100100101000110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A75; }

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

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

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

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

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

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

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

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