#A62362

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

Shades of Lipstick #A62362

Tints of Lipstick #A62362

Color information

#A62362 (or 0xA62362) is unknown color: approx Lipstick. HEX triplet: A6, 23 and 62. RGB value is (166,35,98). Sum of RGB (Red+Green+Blue) = 166+35+98=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A62362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62362 is #59DC9D. Grayscale: #515151. Windows color (decimal): -5889182 or 6431654. OLE color: 6431654.

HSL color Cylindrical-coordinate representation of color #A62362: hue angle of 331.15º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62362 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1663598-
CMYK00.790.410.35
HSL331.15º65.17%39.41%-
HSV(B)331.15º78.92%65.1%-
XYZ18.5310.1912.55-
YUV81.35137.4188.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=55.52%
G=11.71%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166359800.790.410.35331.1565.1739.41
HexA6236204F292314b4127
Octal246431420117514351310147
Binary101001101000111100010010011111010011000111010010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62362; }

 p { color: rgb(166,35,98); }

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

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

 a { background-color: rgb(166,35,98); }

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

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

 span { border-color: rgb(166,35,98); }

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