Html Css Color HEX #AF285B Lipstick

📋 copy color: '#AF285B'

red 175 ◦ green 40 ◦ blue 91

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

Shades of Lipstick #AF285B

Tints of Lipstick #AF285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 57.19%
G = 13.07%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF285B (or 0xAF285B) is known color: Lipstick. HEX triplet: AF, 28 and 5B. RGB value is (175,40,91). Sum of RGB (Red+Green+Blue) = 175+40+91=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF285B is #50D7A4. Grayscale: #565656. Windows color (decimal): -5298085 or 5974191. OLE color: 5974191.

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

Color convert

RGB 175 40 91 -
CMYK 0 0.77 0.48 0.31
HSL 337.33º 0.63% 0.42% -
HSV(B) 337.33º 0.77% 0.69% -
XYZ 20.33 11.39 11.02 -
YUV 86.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 175 40 91 0 0.77 0.48 0.31 337.33 0.63 0.42
Hex AF 28 5B 0 4D 30 1F 151 3F 2A
Octal 257 50 133 0 115 60 37 521 77 52
Binary 10101111 101000 1011011 0 1001101 110000 11111 101010001 111111 101010

Color Harmonies of #AF285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF285B

Black with #AF285B

Text Example


Text Example

White with #AF285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF285B; }

 p { color: rgb(175,40,91); }

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

background-color css

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

 a { background-color: rgb(175,40,91); }

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

border-color css

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

 span { border-color: rgb(175,40,91); }

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