Html Css Color HEX #AF265A Lipstick

📋 copy color: '#AF265A'

red 175 ◦ green 38 ◦ blue 90

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

Shades of Lipstick #AF265A

Tints of Lipstick #AF265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 57.76%
G = 12.54%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF265A (or 0xAF265A) is known color: Lipstick. HEX triplet: AF, 26 and 5A. RGB value is (175,38,90). Sum of RGB (Red+Green+Blue) = 175+38+90=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF265A is #50D9A5. Grayscale: #545454. Windows color (decimal): -5298598 or 5908143. OLE color: 5908143.

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

Color convert

RGB 175 38 90 -
CMYK 0 0.78 0.49 0.31
HSL 337.23º 0.64% 0.42% -
HSV(B) 337.23º 0.78% 0.69% -
XYZ 20.22 11.24 10.78 -
YUV 84.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 175 38 90 0 0.78 0.49 0.31 337.23 0.64 0.42
Hex AF 26 5A 0 4E 31 1F 151 40 2A
Octal 257 46 132 0 116 61 37 521 100 52
Binary 10101111 100110 1011010 0 1001110 110001 11111 101010001 1000000 101010

Color Harmonies of #AF265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF265A

Black with #AF265A

Text Example


Text Example

White with #AF265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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