Html Css Color HEX #AF5087 Mulberry

📋 copy color: '#AF5087'

red 175 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #AF5087

Tints of Mulberry #AF5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 44.87%
G = 20.51%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5087 (or 0xAF5087) is known color: Mulberry. HEX triplet: AF, 50 and 87. RGB value is (175,80,135). Sum of RGB (Red+Green+Blue) = 175+80+135=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5087 is #50AF78. Grayscale: #727272. Windows color (decimal): -5287801 or 8868015. OLE color: 8868015.

HSL color Cylindrical-coordinate representation of color #AF5087: hue angle of 325.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5087 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 135 -
CMYK 0 0.54 0.23 0.31
HSL 325.26º 0.37% 0.5% -
HSV(B) 325.26º 0.54% 0.69% -
XYZ 24.92 16.6 24.81 -
YUV 114.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 175 80 135 0 0.54 0.23 0.31 325.26 0.37 0.5
Hex AF 50 87 0 36 17 1F 145 25 32
Octal 257 120 207 0 66 27 37 505 45 62
Binary 10101111 1010000 10000111 0 110110 10111 11111 101000101 100101 110010

Color Harmonies of #AF5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5087

Black with #AF5087

Text Example


Text Example

White with #AF5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5087; }

 p { color: rgb(175,80,135); }

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

background-color css

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

 a { background-color: rgb(175,80,135); }

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

border-color css

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

 span { border-color: rgb(175,80,135); }

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