Html Css Color HEX #AF5486 Mulberry

📋 copy color: '#AF5486'

red 175 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #AF5486

Tints of Mulberry #AF5486

RGB

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

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

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

R = 44.53%
G = 21.37%
B = 34.1%

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

#AF5486 (or 0xAF5486) is known color: Mulberry. HEX triplet: AF, 54 and 86. RGB value is (175,84,134). Sum of RGB (Red+Green+Blue) = 175+84+134=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5486 is #50AB79. Grayscale: #747474. Windows color (decimal): -5286778 or 8803503. OLE color: 8803503.

HSL color Cylindrical-coordinate representation of color #AF5486: hue angle of 327.03º 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 #AF5486 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 134 -
CMYK 0 0.52 0.23 0.31
HSL 327.03º 0.36% 0.51% -
HSV(B) 327.03º 0.52% 0.69% -
XYZ 25.15 17.18 24.54 -
YUV 116.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 175 84 134 0 0.52 0.23 0.31 327.03 0.36 0.51
Hex AF 54 86 0 34 17 1F 147 24 33
Octal 257 124 206 0 64 27 37 507 44 63
Binary 10101111 1010100 10000110 0 110100 10111 11111 101000111 100100 110011

Color Harmonies of #AF5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5486

Black with #AF5486

Text Example


Text Example

White with #AF5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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