#A23E62

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

Shades of Rouge #A23E62

Tints of Rouge #A23E62

Color information

#A23E62 (or 0xA23E62) is unknown color: approx Rouge. HEX triplet: A2, 3E and 62. RGB value is (162,62,98). Sum of RGB (Red+Green+Blue) = 162+62+98=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E62 is #5DC19D. Grayscale: #5F5F5F. Windows color (decimal): -6144414 or 6438562. OLE color: 6438562.

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

Color convert

RGB1626298-
CMYK00.620.400.36
HSL338.4º44.64%43.92%-
HSV(B)338.4º61.73%63.53%-
XYZ18.8312.0112.88-
YUV96129.13175.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=50.31%
G=19.25%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162629800.620.400.36338.444.6443.92
HexA23E6203E28241522d2c
Octal2427614207650445225554
Binary1010001011111011000100111110101000100100101010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E62; }

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

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

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

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

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

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

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

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