Html Css Color HEX #AE255F Lipstick

📋 copy color: '#AE255F'

red 174 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #AE255F

Tints of Lipstick #AE255F

RGB

 RED value IS 174 (68.36% from 255) = 56.86%

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

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

R = 56.86%
G = 12.09%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE255F (or 0xAE255F) is known color: Lipstick. HEX triplet: AE, 25 and 5F. RGB value is (174,37,95). Sum of RGB (Red+Green+Blue) = 174+37+95=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255F is #51DAA0. Grayscale: #545454. Windows color (decimal): -5364385 or 6235566. OLE color: 6235566.

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

Color convert

RGB 174 37 95 -
CMYK 0 0.79 0.45 0.32
HSL 334.6º 0.65% 0.41% -
HSV(B) 334.6º 0.79% 0.68% -
XYZ 20.18 11.15 11.91 -
YUV 84.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 174 37 95 0 0.79 0.45 0.32 334.6 0.65 0.41
Hex AE 25 5F 0 4F 2D 20 14F 41 29
Octal 256 45 137 0 117 55 40 517 101 51
Binary 10101110 100101 1011111 0 1001111 101101 100000 101001111 1000001 101001

Color Harmonies of #AE255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE255F

Black with #AE255F

Text Example


Text Example

White with #AE255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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