Html Css Color HEX #AF2259 Lipstick

📋 copy color: '#AF2259'

red 175 ◦ green 34 ◦ blue 89

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

Shades of Lipstick #AF2259

Tints of Lipstick #AF2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 58.72%
G = 11.41%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2259 (or 0xAF2259) is known color: Lipstick. HEX triplet: AF, 22 and 59. RGB value is (175,34,89). Sum of RGB (Red+Green+Blue) = 175+34+89=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2259 is #50DDA6. Grayscale: #525252. Windows color (decimal): -5299623 or 5841583. OLE color: 5841583.

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

Color convert

RGB 175 34 89 -
CMYK 0 0.81 0.49 0.31
HSL 336.6º 0.67% 0.41% -
HSV(B) 336.6º 0.81% 0.69% -
XYZ 20.05 10.98 10.51 -
YUV 82.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 175 34 89 0 0.81 0.49 0.31 336.6 0.67 0.41
Hex AF 22 59 0 51 31 1F 151 43 29
Octal 257 42 131 0 121 61 37 521 103 51
Binary 10101111 100010 1011001 0 1010001 110001 11111 101010001 1000011 101001

Color Harmonies of #AF2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2259

Black with #AF2259

Text Example


Text Example

White with #AF2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2259; }

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

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

background-color css

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

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

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

border-color css

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

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

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