Html Css Color HEX #AF2859 Lipstick

📋 copy color: '#AF2859'

red 175 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #AF2859

Tints of Lipstick #AF2859

RGB

 RED value IS 175 (68.75% from 255) = 57.57%

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

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 57.57%
G = 13.16%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2859 (or 0xAF2859) is known color: Lipstick. HEX triplet: AF, 28 and 59. RGB value is (175,40,89). Sum of RGB (Red+Green+Blue) = 175+40+89=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2859 is #50D7A6. Grayscale: #555555. Windows color (decimal): -5298087 or 5843119. OLE color: 5843119.

HSL color Cylindrical-coordinate representation of color #AF2859: hue angle of 338.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2859 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 89 -
CMYK 0 0.77 0.49 0.31
HSL 338.22º 0.63% 0.42% -
HSV(B) 338.22º 0.77% 0.69% -
XYZ 20.24 11.35 10.58 -
YUV 85.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 175 40 89 0 0.77 0.49 0.31 338.22 0.63 0.42
Hex AF 28 59 0 4D 31 1F 152 3F 2A
Octal 257 50 131 0 115 61 37 522 77 52
Binary 10101111 101000 1011001 0 1001101 110001 11111 101010010 111111 101010

Color Harmonies of #AF2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2859

Black with #AF2859

Text Example


Text Example

White with #AF2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2859; }

 p { color: rgb(175,40,89); }

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

background-color css

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

 a { background-color: rgb(175,40,89); }

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

border-color css

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

 span { border-color: rgb(175,40,89); }

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