Html Css Color HEX #AD2661 Lipstick

📋 copy color: '#AD2661'

red 173 ◦ green 38 ◦ blue 97

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

Shades of Lipstick #AD2661

Tints of Lipstick #AD2661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 56.17%
G = 12.34%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD2661 (or 0xAD2661) is known color: Lipstick. HEX triplet: AD, 26 and 61. RGB value is (173,38,97). Sum of RGB (Red+Green+Blue) = 173+38+97=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2661 is #52D99E. Grayscale: #545454. Windows color (decimal): -5429663 or 6366893. OLE color: 6366893.

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

Color convert

RGB 173 38 97 -
CMYK 0 0.78 0.44 0.32
HSL 333.78º 0.64% 0.41% -
HSV(B) 333.78º 0.78% 0.68% -
XYZ 20.08 11.13 12.4 -
YUV 85.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 173 38 97 0 0.78 0.44 0.32 333.78 0.64 0.41
Hex AD 26 61 0 4E 2C 20 14E 40 29
Octal 255 46 141 0 116 54 40 516 100 51
Binary 10101101 100110 1100001 0 1001110 101100 100000 101001110 1000000 101001

Color Harmonies of #AD2661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2661

Black with #AD2661

Text Example


Text Example

White with #AD2661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2661; }

 p { color: rgb(173,38,97); }

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

background-color css

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

 a { background-color: rgb(173,38,97); }

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

border-color css

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

 span { border-color: rgb(173,38,97); }

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