Html Css Color HEX #AA285F Lipstick

📋 copy color: '#AA285F'

red 170 ◦ green 40 ◦ blue 95

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

Shades of Lipstick #AA285F

Tints of Lipstick #AA285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 55.74%
G = 13.11%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA285F (or 0xAA285F) is known color: Lipstick. HEX triplet: AA, 28 and 5F. RGB value is (170,40,95). Sum of RGB (Red+Green+Blue) = 170+40+95=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285F is #55D7A0. Grayscale: #555555. Windows color (decimal): -5625761 or 6236330. OLE color: 6236330.

HSL color Cylindrical-coordinate representation of color #AA285F: hue angle of 334.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA285F is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 95 -
CMYK 0 0.76 0.44 0.33
HSL 334.62º 0.62% 0.41% -
HSV(B) 334.62º 0.76% 0.67% -
XYZ 19.4 10.89 11.91 -
YUV 85.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 170 40 95 0 0.76 0.44 0.33 334.62 0.62 0.41
Hex AA 28 5F 0 4C 2C 21 14F 3E 29
Octal 252 50 137 0 114 54 41 517 76 51
Binary 10101010 101000 1011111 0 1001100 101100 100001 101001111 111110 101001

Color Harmonies of #AA285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA285F

Black with #AA285F

Text Example


Text Example

White with #AA285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA285F; }

 p { color: rgb(170,40,95); }

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

background-color css

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

 a { background-color: rgb(170,40,95); }

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

border-color css

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

 span { border-color: rgb(170,40,95); }

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