Html Css Color HEX #AF2257 Lipstick

📋 copy color: '#AF2257'

red 175 ◦ green 34 ◦ blue 87

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

Shades of Lipstick #AF2257

Tints of Lipstick #AF2257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 59.12%
G = 11.49%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF2257 (or 0xAF2257) is known color: Lipstick. HEX triplet: AF, 22 and 57. RGB value is (175,34,87). Sum of RGB (Red+Green+Blue) = 175+34+87=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2257 is #50DDA8. Grayscale: #525252. Windows color (decimal): -5299625 or 5710511. OLE color: 5710511.

HSL color Cylindrical-coordinate representation of color #AF2257: hue angle of 337.45º 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 #AF2257 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 87 -
CMYK 0 0.81 0.50 0.31
HSL 337.45º 0.67% 0.41% -
HSV(B) 337.45º 0.81% 0.69% -
XYZ 19.97 10.95 10.08 -
YUV 82.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 175 34 87 0 0.81 0.50 0.31 337.45 0.67 0.41
Hex AF 22 57 0 51 32 1F 151 43 29
Octal 257 42 127 0 121 62 37 521 103 51
Binary 10101111 100010 1010111 0 1010001 110010 11111 101010001 1000011 101001

Color Harmonies of #AF2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2257

Black with #AF2257

Text Example


Text Example

White with #AF2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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