Html Css Color HEX #AF235B Lipstick

📋 copy color: '#AF235B'

red 175 ◦ green 35 ◦ blue 91

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

Shades of Lipstick #AF235B

Tints of Lipstick #AF235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 58.14%
G = 11.63%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF235B (or 0xAF235B) is known color: Lipstick. HEX triplet: AF, 23 and 5B. RGB value is (175,35,91). Sum of RGB (Red+Green+Blue) = 175+35+91=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF235B is #50DCA4. Grayscale: #535353. Windows color (decimal): -5299365 or 5972911. OLE color: 5972911.

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

Color convert

RGB 175 35 91 -
CMYK 0 0.8 0.48 0.31
HSL 336º 0.67% 0.41% -
HSV(B) 336º 0.8% 0.69% -
XYZ 20.17 11.07 10.97 -
YUV 83.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 175 35 91 0 0.8 0.48 0.31 336 0.67 0.41
Hex AF 23 5B 0 50 30 1F 150 43 29
Octal 257 43 133 0 120 60 37 520 103 51
Binary 10101111 100011 1011011 0 1010000 110000 11111 101010000 1000011 101001

Color Harmonies of #AF235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF235B

Black with #AF235B

Text Example


Text Example

White with #AF235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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