Html Css Color HEX #AF255B Lipstick

📋 copy color: '#AF255B'

red 175 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #AF255B

Tints of Lipstick #AF255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 57.76%
G = 12.21%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF255B (or 0xAF255B) is known color: Lipstick. HEX triplet: AF, 25 and 5B. RGB value is (175,37,91). Sum of RGB (Red+Green+Blue) = 175+37+91=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF255B is #50DAA4. Grayscale: #545454. Windows color (decimal): -5298853 or 5973423. OLE color: 5973423.

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

Color convert

RGB 175 37 91 -
CMYK 0 0.79 0.48 0.31
HSL 336.52º 0.65% 0.42% -
HSV(B) 336.52º 0.79% 0.69% -
XYZ 20.23 11.19 10.99 -
YUV 84.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 175 37 91 0 0.79 0.48 0.31 336.52 0.65 0.42
Hex AF 25 5B 0 4F 30 1F 151 41 2A
Octal 257 45 133 0 117 60 37 521 101 52
Binary 10101111 100101 1011011 0 1001111 110000 11111 101010001 1000001 101010

Color Harmonies of #AF255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF255B

Black with #AF255B

Text Example


Text Example

White with #AF255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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