Html Css Color HEX #AF2157 Lipstick

📋 copy color: '#AF2157'

red 175 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #AF2157

Tints of Lipstick #AF2157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 59.32%
G = 11.19%
B = 29.49%

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

#AF2157 (or 0xAF2157) is known color: Lipstick. HEX triplet: AF, 21 and 57. RGB value is (175,33,87). Sum of RGB (Red+Green+Blue) = 175+33+87=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2157 is #50DEA8. Grayscale: #515151. Windows color (decimal): -5299881 or 5710255. OLE color: 5710255.

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

Color convert

RGB 175 33 87 -
CMYK 0 0.81 0.50 0.31
HSL 337.18º 0.68% 0.41% -
HSV(B) 337.18º 0.81% 0.69% -
XYZ 19.94 10.89 10.07 -
YUV 81.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 175 33 87 0 0.81 0.50 0.31 337.18 0.68 0.41
Hex AF 21 57 0 51 32 1F 151 44 29
Octal 257 41 127 0 121 62 37 521 104 51
Binary 10101111 100001 1010111 0 1010001 110010 11111 101010001 1000100 101001

Color Harmonies of #AF2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2157

Black with #AF2157

Text Example


Text Example

White with #AF2157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2157; }

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

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

background-color css

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

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

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

border-color css

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

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

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