Html Css Color HEX #AD2154 Lipstick

📋 copy color: '#AD2154'

red 173 ◦ green 33 ◦ blue 84

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

Shades of Lipstick #AD2154

Tints of Lipstick #AD2154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 59.66%
G = 11.38%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2154 (or 0xAD2154) is known color: Lipstick. HEX triplet: AD, 21 and 54. RGB value is (173,33,84). Sum of RGB (Red+Green+Blue) = 173+33+84=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2154 is #52DEAB. Grayscale: #505050. Windows color (decimal): -5430956 or 5513645. OLE color: 5513645.

HSL color Cylindrical-coordinate representation of color #AD2154: hue angle of 338.14º 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 #AD2154 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 84 -
CMYK 0 0.81 0.51 0.32
HSL 338.14º 0.68% 0.4% -
HSV(B) 338.14º 0.81% 0.68% -
XYZ 19.38 10.61 9.41 -
YUV 80.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 173 33 84 0 0.81 0.51 0.32 338.14 0.68 0.4
Hex AD 21 54 0 51 33 20 152 44 28
Octal 255 41 124 0 121 63 40 522 104 50
Binary 10101101 100001 1010100 0 1010001 110011 100000 101010010 1000100 101000

Color Harmonies of #AD2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2154

Black with #AD2154

Text Example


Text Example

White with #AD2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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