Html Css Color HEX #AA2B58 Lipstick

📋 copy color: '#AA2B58'

red 170 ◦ green 43 ◦ blue 88

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

Shades of Lipstick #AA2B58

Tints of Lipstick #AA2B58

RGB

 RED value IS 170 (66.8% from 255) = 56.48%

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 56.48%
G = 14.29%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA2B58 (or 0xAA2B58) is known color: Lipstick. HEX triplet: AA, 2B and 58. RGB value is (170,43,88). Sum of RGB (Red+Green+Blue) = 170+43+88=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2B58 is #55D4A7. Grayscale: #565656. Windows color (decimal): -5625000 or 5778346. OLE color: 5778346.

HSL color Cylindrical-coordinate representation of color #AA2B58: hue angle of 338.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B58 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 43 88 -
CMYK 0 0.75 0.48 0.33
HSL 338.74º 0.6% 0.42% -
HSV(B) 338.74º 0.75% 0.67% -
XYZ 19.2 10.98 10.34 -
YUV 86.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 170 43 88 0 0.75 0.48 0.33 338.74 0.6 0.42
Hex AA 2B 58 0 4B 30 21 153 3C 2A
Octal 252 53 130 0 113 60 41 523 74 52
Binary 10101010 101011 1011000 0 1001011 110000 100001 101010011 111100 101010

Color Harmonies of #AA2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B58

Black with #AA2B58

Text Example


Text Example

White with #AA2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B58; }

 p { color: rgb(170,43,88); }

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

background-color css

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

 a { background-color: rgb(170,43,88); }

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

border-color css

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

 span { border-color: rgb(170,43,88); }

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