#A23E70

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

Shades of Rouge #A23E70

Tints of Rouge #A23E70

Color information

#A23E70 (or 0xA23E70) is unknown color: approx Rouge. HEX triplet: A2, 3E and 70. RGB value is (162,62,112). Sum of RGB (Red+Green+Blue) = 162+62+112=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E70 is #5DC18F. Grayscale: #616161. Windows color (decimal): -6144400 or 7356066. OLE color: 7356066.

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

Color convert

RGB16262112-
CMYK00.620.310.36
HSL330º44.64%43.92%-
HSV(B)330º61.73%63.53%-
XYZ19.5512.316.67-
YUV97.6136.13173.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=48.21%
G=18.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626211200.620.310.3633044.6443.92
HexA23E7003E1F2414a2d2c
Octal2427616007637445125554
Binary101000101111101110000011111011111100100101001010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E70; }

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

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

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

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

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

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

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

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