Html Css Color HEX #AF518B Mulberry

📋 copy color: '#AF518B'

red 175 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #AF518B

Tints of Mulberry #AF518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 44.3%
G = 20.51%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF518B (or 0xAF518B) is known color: Mulberry. HEX triplet: AF, 51 and 8B. RGB value is (175,81,139). Sum of RGB (Red+Green+Blue) = 175+81+139=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518B is #50AE74. Grayscale: #737373. Windows color (decimal): -5287541 or 9130415. OLE color: 9130415.

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

Color convert

RGB 175 81 139 -
CMYK 0 0.54 0.21 0.31
HSL 322.98º 0.37% 0.5% -
HSV(B) 322.98º 0.54% 0.69% -
XYZ 25.28 16.86 26.35 -
YUV 115.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 175 81 139 0 0.54 0.21 0.31 322.98 0.37 0.5
Hex AF 51 8B 0 36 15 1F 143 25 32
Octal 257 121 213 0 66 25 37 503 45 62
Binary 10101111 1010001 10001011 0 110110 10101 11111 101000011 100101 110010

Color Harmonies of #AF518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF518B

Black with #AF518B

Text Example


Text Example

White with #AF518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF518B; }

 p { color: rgb(175,81,139); }

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

background-color css

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

 a { background-color: rgb(175,81,139); }

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

border-color css

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

 span { border-color: rgb(175,81,139); }

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