Html Css Color HEX #A62362 Lipstick

📋 copy color: '#A62362'

red 166 ◦ green 35 ◦ blue 98

#A62362
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A62362

Tints of Lipstick #A62362

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 value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A62362 (or 0xA62362) is known color: 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

RGB 166 35 98 -
CMYK 0 0.79 0.41 0.35
HSL 331.15º 0.65% 0.39% -
HSV(B) 331.15º 0.79% 0.65% -
XYZ 18.53 10.19 12.55 -
YUV 81.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 166 35 98 0 0.79 0.41 0.35 331.15 0.65 0.39
Hex A6 23 62 0 4F 29 23 14B 41 27
Octal 246 43 142 0 117 51 43 513 101 47
Binary 10100110 100011 1100010 0 1001111 101001 100011 101001011 1000001 100111

Color Harmonies of #A62362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62362

Black with #A62362

Text Example


Text Example

White with #A62362

Text Example


Text Example

HTML Codes & Css Web 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>