Html Css Color HEX #AA255D Lipstick

📋 copy color: '#AA255D'

red 170 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #AA255D

Tints of Lipstick #AA255D

RGB

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

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

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

R = 56.67%
G = 12.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA255D (or 0xAA255D) is known color: Lipstick. HEX triplet: AA, 25 and 5D. RGB value is (170,37,93). Sum of RGB (Red+Green+Blue) = 170+37+93=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA255D is #55DAA2. Grayscale: #535353. Windows color (decimal): -5626531 or 6104490. OLE color: 6104490.

HSL color Cylindrical-coordinate representation of color #AA255D: hue angle of 334.74º 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 #AA255D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 93 -
CMYK 0 0.78 0.45 0.33
HSL 334.74º 0.64% 0.41% -
HSV(B) 334.74º 0.78% 0.67% -
XYZ 19.21 10.66 11.4 -
YUV 83.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 170 37 93 0 0.78 0.45 0.33 334.74 0.64 0.41
Hex AA 25 5D 0 4E 2D 21 14F 40 29
Octal 252 45 135 0 116 55 41 517 100 51
Binary 10101010 100101 1011101 0 1001110 101101 100001 101001111 1000000 101001

Color Harmonies of #AA255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA255D

Black with #AA255D

Text Example


Text Example

White with #AA255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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