Html Css Color HEX #AF255A Lipstick

📋 copy color: '#AF255A'

red 175 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #AF255A

Tints of Lipstick #AF255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 57.95%
G = 12.25%
B = 29.8%

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

#AF255A (or 0xAF255A) is known color: Lipstick. HEX triplet: AF, 25 and 5A. RGB value is (175,37,90). Sum of RGB (Red+Green+Blue) = 175+37+90=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF255A is #50DAA5. Grayscale: #545454. Windows color (decimal): -5298854 or 5907887. OLE color: 5907887.

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

Color convert

RGB 175 37 90 -
CMYK 0 0.79 0.49 0.31
HSL 336.96º 0.65% 0.42% -
HSV(B) 336.96º 0.79% 0.69% -
XYZ 20.19 11.18 10.77 -
YUV 84.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 175 37 90 0 0.79 0.49 0.31 336.96 0.65 0.42
Hex AF 25 5A 0 4F 31 1F 151 41 2A
Octal 257 45 132 0 117 61 37 521 101 52
Binary 10101111 100101 1011010 0 1001111 110001 11111 101010001 1000001 101010

Color Harmonies of #AF255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF255A

Black with #AF255A

Text Example


Text Example

White with #AF255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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