#A23A6D

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

Shades of Rouge #A23A6D

Tints of Rouge #A23A6D

Color information

#A23A6D (or 0xA23A6D) is unknown color: approx Rouge. HEX triplet: A2, 3A and 6D. RGB value is (162,58,109). Sum of RGB (Red+Green+Blue) = 162+58+109=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A6D is #5DC592. Grayscale: #5E5E5E. Windows color (decimal): -6145427 or 7158434. OLE color: 7158434.

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

Color convert

RGB16258109-
CMYK00.640.330.36
HSL330.58º47.27%43.14%-
HSV(B)330.58º64.2%63.53%-
XYZ19.1711.8115.74-
YUV94.91135.96175.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=49.24%
G=17.63%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625810900.640.330.36330.5847.2743.14
HexA23A6D040212414b2f2b
Octal24272155010041445135753
Binary10100010111010110110101000000100001100100101001011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A6D; }

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

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

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

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

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

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

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

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