Html Css Color HEX #AF2258 Lipstick

📋 copy color: '#AF2258'

red 175 ◦ green 34 ◦ blue 88

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

Shades of Lipstick #AF2258

Tints of Lipstick #AF2258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 58.92%
G = 11.45%
B = 29.63%

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

#AF2258 (or 0xAF2258) is known color: Lipstick. HEX triplet: AF, 22 and 58. RGB value is (175,34,88). Sum of RGB (Red+Green+Blue) = 175+34+88=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2258 is #50DDA7. Grayscale: #525252. Windows color (decimal): -5299624 or 5776047. OLE color: 5776047.

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

Color convert

RGB 175 34 88 -
CMYK 0 0.81 0.50 0.31
HSL 337.02º 0.67% 0.41% -
HSV(B) 337.02º 0.81% 0.69% -
XYZ 20.01 10.96 10.29 -
YUV 82.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 175 34 88 0 0.81 0.50 0.31 337.02 0.67 0.41
Hex AF 22 58 0 51 32 1F 151 43 29
Octal 257 42 130 0 121 62 37 521 103 51
Binary 10101111 100010 1011000 0 1010001 110010 11111 101010001 1000011 101001

Color Harmonies of #AF2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2258

Black with #AF2258

Text Example


Text Example

White with #AF2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2258; }

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

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

background-color css

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

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

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

border-color css

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

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

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