Html Css Color HEX #AF265B Lipstick

📋 copy color: '#AF265B'

red 175 ◦ green 38 ◦ blue 91

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

Shades of Lipstick #AF265B

Tints of Lipstick #AF265B

RGB

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

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

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

R = 57.57%
G = 12.5%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF265B (or 0xAF265B) is known color: Lipstick. HEX triplet: AF, 26 and 5B. RGB value is (175,38,91). Sum of RGB (Red+Green+Blue) = 175+38+91=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF265B is #50D9A4. Grayscale: #545454. Windows color (decimal): -5298597 or 5973679. OLE color: 5973679.

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

Color convert

RGB 175 38 91 -
CMYK 0 0.78 0.48 0.31
HSL 336.79º 0.64% 0.42% -
HSV(B) 336.79º 0.78% 0.69% -
XYZ 20.26 11.26 11 -
YUV 85.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 175 38 91 0 0.78 0.48 0.31 336.79 0.64 0.42
Hex AF 26 5B 0 4E 30 1F 151 40 2A
Octal 257 46 133 0 116 60 37 521 100 52
Binary 10101111 100110 1011011 0 1001110 110000 11111 101010001 1000000 101010

Color Harmonies of #AF265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF265B

Black with #AF265B

Text Example


Text Example

White with #AF265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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