Html Css Color HEX #AF5387 Mulberry

📋 copy color: '#AF5387'

red 175 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #AF5387

Tints of Mulberry #AF5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

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

R = 44.53%
G = 21.12%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5387 (or 0xAF5387) is known color: Mulberry. HEX triplet: AF, 53 and 87. RGB value is (175,83,135). Sum of RGB (Red+Green+Blue) = 175+83+135=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5387 is #50AC78. Grayscale: #747474. Windows color (decimal): -5287033 or 8868783. OLE color: 8868783.

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

Color convert

RGB 175 83 135 -
CMYK 0 0.53 0.23 0.31
HSL 326.09º 0.37% 0.51% -
HSV(B) 326.09º 0.53% 0.69% -
XYZ 25.15 17.05 24.89 -
YUV 116.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 175 83 135 0 0.53 0.23 0.31 326.09 0.37 0.51
Hex AF 53 87 0 35 17 1F 146 25 33
Octal 257 123 207 0 65 27 37 506 45 63
Binary 10101111 1010011 10000111 0 110101 10111 11111 101000110 100101 110011

Color Harmonies of #AF5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5387

Black with #AF5387

Text Example


Text Example

White with #AF5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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