#A23E6B

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

Shades of Rouge #A23E6B

Tints of Rouge #A23E6B

Color information

#A23E6B (or 0xA23E6B) is unknown color: approx Rouge. HEX triplet: A2, 3E and 6B. RGB value is (162,62,107). Sum of RGB (Red+Green+Blue) = 162+62+107=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E6B is #5DC194. Grayscale: #606060. Windows color (decimal): -6144405 or 7028386. OLE color: 7028386.

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

Color convert

RGB16262107-
CMYK00.620.340.36
HSL333º44.64%43.92%-
HSV(B)333º61.73%63.53%-
XYZ19.2812.1915.25-
YUV97.03133.63174.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=48.94%
G=18.73%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626210700.620.340.3633344.6443.92
HexA23E6B03E222414d2d2c
Octal2427615307642445155554
Binary1010001011111011010110111110100010100100101001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E6B; }

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

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

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

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

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

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

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

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