Html Css Color HEX #AF5986 Mulberry

📋 copy color: '#AF5986'

red 175 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #AF5986

Tints of Mulberry #AF5986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 43.97%
G = 22.36%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5986 (or 0xAF5986) is known color: Mulberry. HEX triplet: AF, 59 and 86. RGB value is (175,89,134). Sum of RGB (Red+Green+Blue) = 175+89+134=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5986 is #50A679. Grayscale: #777777. Windows color (decimal): -5285498 or 8804783. OLE color: 8804783.

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

Color convert

RGB 175 89 134 -
CMYK 0 0.49 0.23 0.31
HSL 328.6º 0.35% 0.52% -
HSV(B) 328.6º 0.49% 0.69% -
XYZ 25.55 17.98 24.68 -
YUV 119.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 175 89 134 0 0.49 0.23 0.31 328.6 0.35 0.52
Hex AF 59 86 0 31 17 1F 149 23 34
Octal 257 131 206 0 61 27 37 511 43 64
Binary 10101111 1011001 10000110 0 110001 10111 11111 101001001 100011 110100

Color Harmonies of #AF5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5986

Black with #AF5986

Text Example


Text Example

White with #AF5986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5986; }

 p { color: rgb(175,89,134); }

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

background-color css

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

 a { background-color: rgb(175,89,134); }

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

border-color css

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

 span { border-color: rgb(175,89,134); }

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