#A23E6A

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

Shades of Rouge #A23E6A

Tints of Rouge #A23E6A

Color information

#A23E6A (or 0xA23E6A) is unknown color: approx Rouge. HEX triplet: A2, 3E and 6A. RGB value is (162,62,106). Sum of RGB (Red+Green+Blue) = 162+62+106=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E6A is #5DC195. Grayscale: #606060. Windows color (decimal): -6144406 or 6962850. OLE color: 6962850.

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

Color convert

RGB16262106-
CMYK00.620.350.36
HSL333.6º44.64%43.92%-
HSV(B)333.6º61.73%63.53%-
XYZ19.2212.1714.97-
YUV96.92133.13174.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=49.09%
G=18.79%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626210600.620.350.36333.644.6443.92
HexA23E6A03E232414e2d2c
Octal2427615207643445165554
Binary1010001011111011010100111110100011100100101001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E6A; }

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

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

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

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

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

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

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

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