Html Css Color HEX #AF265E Lipstick

📋 copy color: '#AF265E'

red 175 ◦ green 38 ◦ blue 94

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

Shades of Lipstick #AF265E

Tints of Lipstick #AF265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 57%
G = 12.38%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF265E (or 0xAF265E) is known color: Lipstick. HEX triplet: AF, 26 and 5E. RGB value is (175,38,94). Sum of RGB (Red+Green+Blue) = 175+38+94=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF265E is #50D9A1. Grayscale: #555555. Windows color (decimal): -5298594 or 6170287. OLE color: 6170287.

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

Color convert

RGB 175 38 94 -
CMYK 0 0.78 0.46 0.31
HSL 335.47º 0.64% 0.42% -
HSV(B) 335.47º 0.78% 0.69% -
XYZ 20.39 11.31 11.7 -
YUV 85.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 175 38 94 0 0.78 0.46 0.31 335.47 0.64 0.42
Hex AF 26 5E 0 4E 2E 1F 14F 40 2A
Octal 257 46 136 0 116 56 37 517 100 52
Binary 10101111 100110 1011110 0 1001110 101110 11111 101001111 1000000 101010

Color Harmonies of #AF265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF265E

Black with #AF265E

Text Example


Text Example

White with #AF265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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