Html Css Color HEX #AD255D Lipstick

📋 copy color: '#AD255D'

red 173 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #AD255D

Tints of Lipstick #AD255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 57.1%
G = 12.21%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD255D (or 0xAD255D) is known color: Lipstick. HEX triplet: AD, 25 and 5D. RGB value is (173,37,93). Sum of RGB (Red+Green+Blue) = 173+37+93=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255D is #52DAA2. Grayscale: #535353. Windows color (decimal): -5429923 or 6104493. OLE color: 6104493.

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

Color convert

RGB 173 37 93 -
CMYK 0 0.79 0.46 0.32
HSL 335.29º 0.65% 0.41% -
HSV(B) 335.29º 0.79% 0.68% -
XYZ 19.87 11 11.43 -
YUV 84.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 173 37 93 0 0.79 0.46 0.32 335.29 0.65 0.41
Hex AD 25 5D 0 4F 2E 20 14F 41 29
Octal 255 45 135 0 117 56 40 517 101 51
Binary 10101101 100101 1011101 0 1001111 101110 100000 101001111 1000001 101001

Color Harmonies of #AD255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD255D

Black with #AD255D

Text Example


Text Example

White with #AD255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD255D; }

 p { color: rgb(173,37,93); }

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

background-color css

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

 a { background-color: rgb(173,37,93); }

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

border-color css

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

 span { border-color: rgb(173,37,93); }

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