Html Css Color HEX #AA255F Lipstick

📋 copy color: '#AA255F'

red 170 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #AA255F

Tints of Lipstick #AA255F

RGB

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

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

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

R = 56.29%
G = 12.25%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA255F (or 0xAA255F) is known color: Lipstick. HEX triplet: AA, 25 and 5F. RGB value is (170,37,95). Sum of RGB (Red+Green+Blue) = 170+37+95=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA255F is #55DAA0. Grayscale: #535353. Windows color (decimal): -5626529 or 6235562. OLE color: 6235562.

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

Color convert

RGB 170 37 95 -
CMYK 0 0.78 0.44 0.33
HSL 333.83º 0.64% 0.41% -
HSV(B) 333.83º 0.78% 0.67% -
XYZ 19.3 10.7 11.87 -
YUV 83.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 170 37 95 0 0.78 0.44 0.33 333.83 0.64 0.41
Hex AA 25 5F 0 4E 2C 21 14E 40 29
Octal 252 45 137 0 116 54 41 516 100 51
Binary 10101010 100101 1011111 0 1001110 101100 100001 101001110 1000000 101001

Color Harmonies of #AA255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA255F

Black with #AA255F

Text Example


Text Example

White with #AA255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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