Html Css Color HEX #AF5386 Mulberry

📋 copy color: '#AF5386'

red 175 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #AF5386

Tints of Mulberry #AF5386

RGB

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

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

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

R = 44.64%
G = 21.17%
B = 34.18%

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

#AF5386 (or 0xAF5386) is known color: Mulberry. HEX triplet: AF, 53 and 86. RGB value is (175,83,134). Sum of RGB (Red+Green+Blue) = 175+83+134=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5386 is #50AC79. Grayscale: #747474. Windows color (decimal): -5287034 or 8803247. OLE color: 8803247.

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

Color convert

RGB 175 83 134 -
CMYK 0 0.53 0.23 0.31
HSL 326.74º 0.37% 0.51% -
HSV(B) 326.74º 0.53% 0.69% -
XYZ 25.08 17.02 24.52 -
YUV 116.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 175 83 134 0 0.53 0.23 0.31 326.74 0.37 0.51
Hex AF 53 86 0 35 17 1F 147 25 33
Octal 257 123 206 0 65 27 37 507 45 63
Binary 10101111 1010011 10000110 0 110101 10111 11111 101000111 100101 110011

Color Harmonies of #AF5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5386

Black with #AF5386

Text Example


Text Example

White with #AF5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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