Html Css Color HEX #AF255D Lipstick

📋 copy color: '#AF255D'

red 175 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #AF255D

Tints of Lipstick #AF255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 57.38%
G = 12.13%
B = 30.49%

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

#AF255D (or 0xAF255D) is known color: Lipstick. HEX triplet: AF, 25 and 5D. RGB value is (175,37,93). Sum of RGB (Red+Green+Blue) = 175+37+93=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF255D is #50DAA2. Grayscale: #545454. Windows color (decimal): -5298851 or 6104495. OLE color: 6104495.

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

Color convert

RGB 175 37 93 -
CMYK 0 0.79 0.47 0.31
HSL 335.65º 0.65% 0.42% -
HSV(B) 335.65º 0.79% 0.69% -
XYZ 20.32 11.23 11.45 -
YUV 84.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 175 37 93 0 0.79 0.47 0.31 335.65 0.65 0.42
Hex AF 25 5D 0 4F 2F 1F 150 41 2A
Octal 257 45 135 0 117 57 37 520 101 52
Binary 10101111 100101 1011101 0 1001111 101111 11111 101010000 1000001 101010

Color Harmonies of #AF255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF255D

Black with #AF255D

Text Example


Text Example

White with #AF255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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