#A23258

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

Shades of Lipstick #A23258

Tints of Lipstick #A23258

Color information

#A23258 (or 0xA23258) is unknown color: approx Lipstick. HEX triplet: A2, 32 and 58. RGB value is (162,50,88). Sum of RGB (Red+Green+Blue) = 162+50+88=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A23258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23258 is #5DCDA7. Grayscale: #575757. Windows color (decimal): -6147496 or 5780130. OLE color: 5780130.

HSL color Cylindrical-coordinate representation of color #A23258: hue angle of 339.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23258 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1625088-
CMYK00.690.460.36
HSL339.64º52.83%41.57%-
HSV(B)339.64º69.14%63.53%-
XYZ17.810.6710.35-
YUV87.82128.11180.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=54%
G=16.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162508800.690.460.36339.6452.8341.57
HexA232580452E24154352a
Octal24262130010556445246552
Binary10100010110010101100001000101101110100100101010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23258; }

 p { color: rgb(162,50,88); }

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

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

 a { background-color: rgb(162,50,88); }

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

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

 span { border-color: rgb(162,50,88); }

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