Html Css Color HEX #AF235C Lipstick

📋 copy color: '#AF235C'

red 175 ◦ green 35 ◦ blue 92

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

Shades of Lipstick #AF235C

Tints of Lipstick #AF235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 57.95%
G = 11.59%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF235C (or 0xAF235C) is known color: Lipstick. HEX triplet: AF, 23 and 5C. RGB value is (175,35,92). Sum of RGB (Red+Green+Blue) = 175+35+92=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF235C is #50DCA3. Grayscale: #535353. Windows color (decimal): -5299364 or 6038447. OLE color: 6038447.

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

Color convert

RGB 175 35 92 -
CMYK 0 0.8 0.47 0.31
HSL 335.57º 0.67% 0.41% -
HSV(B) 335.57º 0.8% 0.69% -
XYZ 20.21 11.09 11.2 -
YUV 83.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 175 35 92 0 0.8 0.47 0.31 335.57 0.67 0.41
Hex AF 23 5C 0 50 2F 1F 150 43 29
Octal 257 43 134 0 120 57 37 520 103 51
Binary 10101111 100011 1011100 0 1010000 101111 11111 101010000 1000011 101001

Color Harmonies of #AF235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF235C

Black with #AF235C

Text Example


Text Example

White with #AF235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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