#A23F75

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

Shades of Rouge #A23F75

Tints of Rouge #A23F75

Color information

#A23F75 (or 0xA23F75) is unknown color: approx Rouge. HEX triplet: A2, 3F and 75. RGB value is (162,63,117). Sum of RGB (Red+Green+Blue) = 162+63+117=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F75 is #5DC08A. Grayscale: #626262. Windows color (decimal): -6144139 or 7684002. OLE color: 7684002.

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

Color convert

RGB16263117-
CMYK00.610.280.36
HSL327.27º44%44.12%-
HSV(B)327.27º61.11%63.53%-
XYZ19.8912.5218.2-
YUV98.76138.3173.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=47.37%
G=18.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626311700.610.280.36327.274444.12
HexA23F7503D1C241472c2c
Octal2427716507534445075454
Binary101000101111111110101011110111100100100101000111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F75; }

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

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

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

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

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

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

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

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