Html Css Color HEX #AD2157 Lipstick

📋 copy color: '#AD2157'

red 173 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #AD2157

Tints of Lipstick #AD2157

RGB

 RED value IS 173 (67.97% from 255) = 59.04%

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 59.04%
G = 11.26%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2157 (or 0xAD2157) is known color: Lipstick. HEX triplet: AD, 21 and 57. RGB value is (173,33,87). Sum of RGB (Red+Green+Blue) = 173+33+87=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2157 is #52DEA8. Grayscale: #505050. Windows color (decimal): -5430953 or 5710253. OLE color: 5710253.

HSL color Cylindrical-coordinate representation of color #AD2157: hue angle of 336.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2157 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 87 -
CMYK 0 0.81 0.50 0.32
HSL 336.86º 0.68% 0.4% -
HSV(B) 336.86º 0.81% 0.68% -
XYZ 19.5 10.66 10.05 -
YUV 81.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 173 33 87 0 0.81 0.50 0.32 336.86 0.68 0.4
Hex AD 21 57 0 51 32 20 151 44 28
Octal 255 41 127 0 121 62 40 521 104 50
Binary 10101101 100001 1010111 0 1010001 110010 100000 101010001 1000100 101000

Color Harmonies of #AD2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2157

Black with #AD2157

Text Example


Text Example

White with #AD2157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2157; }

 p { color: rgb(173,33,87); }

 H1.HeaderClassName
 {
   color: #AD2157;
 }
 .AnyTagClassName
 {
   color: #AD2157;
 }
</style>

background-color css

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

 a { background-color: rgb(173,33,87); }

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

border-color css

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

 span { border-color: rgb(173,33,87); }

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