Html Css Color HEX #AD1E52 Lipstick

📋 copy color: '#AD1E52'

red 173 ◦ green 30 ◦ blue 82

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

Shades of Lipstick #AD1E52

Tints of Lipstick #AD1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 60.7%
G = 10.53%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD1E52 (or 0xAD1E52) is known color: Lipstick. HEX triplet: AD, 1E and 52. RGB value is (173,30,82). Sum of RGB (Red+Green+Blue) = 173+30+82=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E52 is #52E1AD. Grayscale: #4E4E4E. Windows color (decimal): -5431726 or 5381805. OLE color: 5381805.

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

Color convert

RGB 173 30 82 -
CMYK 0 0.83 0.53 0.32
HSL 338.18º 0.7% 0.4% -
HSV(B) 338.18º 0.83% 0.68% -
XYZ 19.22 10.42 8.98 -
YUV 78.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 173 30 82 0 0.83 0.53 0.32 338.18 0.7 0.4
Hex AD 1E 52 0 53 35 20 152 46 28
Octal 255 36 122 0 123 65 40 522 106 50
Binary 10101101 11110 1010010 0 1010011 110101 100000 101010010 1000110 101000

Color Harmonies of #AD1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E52

Black with #AD1E52

Text Example


Text Example

White with #AD1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E52; }

 p { color: rgb(173,30,82); }

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

background-color css

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

 a { background-color: rgb(173,30,82); }

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

border-color css

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

 span { border-color: rgb(173,30,82); }

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