Html Css Color HEX #AF265D Lipstick

📋 copy color: '#AF265D'

red 175 ◦ green 38 ◦ blue 93

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

Shades of Lipstick #AF265D

Tints of Lipstick #AF265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 57.19%
G = 12.42%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF265D (or 0xAF265D) is known color: Lipstick. HEX triplet: AF, 26 and 5D. RGB value is (175,38,93). Sum of RGB (Red+Green+Blue) = 175+38+93=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF265D is #50D9A2. Grayscale: #555555. Windows color (decimal): -5298595 or 6104751. OLE color: 6104751.

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

Color convert

RGB 175 38 93 -
CMYK 0 0.78 0.47 0.31
HSL 335.91º 0.64% 0.42% -
HSV(B) 335.91º 0.78% 0.69% -
XYZ 20.35 11.29 11.46 -
YUV 85.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 175 38 93 0 0.78 0.47 0.31 335.91 0.64 0.42
Hex AF 26 5D 0 4E 2F 1F 150 40 2A
Octal 257 46 135 0 116 57 37 520 100 52
Binary 10101111 100110 1011101 0 1001110 101111 11111 101010000 1000000 101010

Color Harmonies of #AF265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF265D

Black with #AF265D

Text Example


Text Example

White with #AF265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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