Html Css Color HEX #AF245A Lipstick

📋 copy color: '#AF245A'

red 175 ◦ green 36 ◦ blue 90

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

Shades of Lipstick #AF245A

Tints of Lipstick #AF245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 58.14%
G = 11.96%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF245A (or 0xAF245A) is known color: Lipstick. HEX triplet: AF, 24 and 5A. RGB value is (175,36,90). Sum of RGB (Red+Green+Blue) = 175+36+90=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF245A is #50DBA5. Grayscale: #535353. Windows color (decimal): -5299110 or 5907631. OLE color: 5907631.

HSL color Cylindrical-coordinate representation of color #AF245A: hue angle of 336.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF245A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 90 -
CMYK 0 0.79 0.49 0.31
HSL 336.69º 0.66% 0.41% -
HSV(B) 336.69º 0.79% 0.69% -
XYZ 20.16 11.11 10.76 -
YUV 83.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 175 36 90 0 0.79 0.49 0.31 336.69 0.66 0.41
Hex AF 24 5A 0 4F 31 1F 151 42 29
Octal 257 44 132 0 117 61 37 521 102 51
Binary 10101111 100100 1011010 0 1001111 110001 11111 101010001 1000010 101001

Color Harmonies of #AF245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF245A

Black with #AF245A

Text Example


Text Example

White with #AF245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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