Html Css Color HEX #AF2659 Lipstick

📋 copy color: '#AF2659'

red 175 ◦ green 38 ◦ blue 89

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

Shades of Lipstick #AF2659

Tints of Lipstick #AF2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 57.95%
G = 12.58%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2659 (or 0xAF2659) is known color: Lipstick. HEX triplet: AF, 26 and 59. RGB value is (175,38,89). Sum of RGB (Red+Green+Blue) = 175+38+89=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2659 is #50D9A6. Grayscale: #545454. Windows color (decimal): -5298599 or 5842607. OLE color: 5842607.

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

Color convert

RGB 175 38 89 -
CMYK 0 0.78 0.49 0.31
HSL 337.66º 0.64% 0.42% -
HSV(B) 337.66º 0.78% 0.69% -
XYZ 20.18 11.22 10.55 -
YUV 84.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 175 38 89 0 0.78 0.49 0.31 337.66 0.64 0.42
Hex AF 26 59 0 4E 31 1F 152 40 2A
Octal 257 46 131 0 116 61 37 522 100 52
Binary 10101111 100110 1011001 0 1001110 110001 11111 101010010 1000000 101010

Color Harmonies of #AF2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2659

Black with #AF2659

Text Example


Text Example

White with #AF2659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2659; }

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

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

background-color css

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

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

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

border-color css

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

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

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