Html Css Color HEX #AF255C Lipstick

📋 copy color: '#AF255C'

red 175 ◦ green 37 ◦ blue 92

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

Shades of Lipstick #AF255C

Tints of Lipstick #AF255C

RGB

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

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

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

R = 57.57%
G = 12.17%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF255C (or 0xAF255C) is known color: Lipstick. HEX triplet: AF, 25 and 5C. RGB value is (175,37,92). Sum of RGB (Red+Green+Blue) = 175+37+92=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF255C is #50DAA3. Grayscale: #545454. Windows color (decimal): -5298852 or 6038959. OLE color: 6038959.

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

Color convert

RGB 175 37 92 -
CMYK 0 0.79 0.47 0.31
HSL 336.09º 0.65% 0.42% -
HSV(B) 336.09º 0.79% 0.69% -
XYZ 20.27 11.21 11.22 -
YUV 84.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 175 37 92 0 0.79 0.47 0.31 336.09 0.65 0.42
Hex AF 25 5C 0 4F 2F 1F 150 41 2A
Octal 257 45 134 0 117 57 37 520 101 52
Binary 10101111 100101 1011100 0 1001111 101111 11111 101010000 1000001 101010

Color Harmonies of #AF255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF255C

Black with #AF255C

Text Example


Text Example

White with #AF255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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