#A23F70

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

Shades of Rouge #A23F70

Tints of Rouge #A23F70

Color information

#A23F70 (or 0xA23F70) is unknown color: approx Rouge. HEX triplet: A2, 3F and 70. RGB value is (162,63,112). Sum of RGB (Red+Green+Blue) = 162+63+112=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F70 is #5DC08F. Grayscale: #626262. Windows color (decimal): -6144144 or 7356322. OLE color: 7356322.

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

Color convert

RGB16263112-
CMYK00.610.310.36
HSL330.3º44%44.12%-
HSV(B)330.3º61.11%63.53%-
XYZ19.612.4116.69-
YUV98.19135.8173.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=48.07%
G=18.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626311200.610.310.36330.34444.12
HexA23F7003D1F2414a2c2c
Octal2427716007537445125454
Binary101000101111111110000011110111111100100101001010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F70; }

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

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

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

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

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

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

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

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