Html Css Color HEX #AF5487 Mulberry

📋 copy color: '#AF5487'

red 175 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #AF5487

Tints of Mulberry #AF5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

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

R = 44.42%
G = 21.32%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5487 (or 0xAF5487) is known color: Mulberry. HEX triplet: AF, 54 and 87. RGB value is (175,84,135). Sum of RGB (Red+Green+Blue) = 175+84+135=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5487 is #50AB78. Grayscale: #747474. Windows color (decimal): -5286777 or 8869039. OLE color: 8869039.

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

Color convert

RGB 175 84 135 -
CMYK 0 0.52 0.23 0.31
HSL 326.37º 0.36% 0.51% -
HSV(B) 326.37º 0.52% 0.69% -
XYZ 25.22 17.2 24.91 -
YUV 117.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 175 84 135 0 0.52 0.23 0.31 326.37 0.36 0.51
Hex AF 54 87 0 34 17 1F 146 24 33
Octal 257 124 207 0 64 27 37 506 44 63
Binary 10101111 1010100 10000111 0 110100 10111 11111 101000110 100100 110011

Color Harmonies of #AF5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5487

Black with #AF5487

Text Example


Text Example

White with #AF5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5487; }

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

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

background-color css

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

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

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

border-color css

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

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

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