Html Css Color HEX #AF518E Mulberry

📋 copy color: '#AF518E'

red 175 ◦ green 81 ◦ blue 142

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

Shades of Mulberry #AF518E

Tints of Mulberry #AF518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 43.97%
G = 20.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF518E (or 0xAF518E) is known color: Mulberry. HEX triplet: AF, 51 and 8E. RGB value is (175,81,142). Sum of RGB (Red+Green+Blue) = 175+81+142=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518E is #50AE71. Grayscale: #737373. Windows color (decimal): -5287538 or 9327023. OLE color: 9327023.

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

Color convert

RGB 175 81 142 -
CMYK 0 0.54 0.19 0.31
HSL 321.06º 0.37% 0.5% -
HSV(B) 321.06º 0.54% 0.69% -
XYZ 25.5 16.95 27.52 -
YUV 116.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 175 81 142 0 0.54 0.19 0.31 321.06 0.37 0.5
Hex AF 51 8E 0 36 13 1F 141 25 32
Octal 257 121 216 0 66 23 37 501 45 62
Binary 10101111 1010001 10001110 0 110110 10011 11111 101000001 100101 110010

Color Harmonies of #AF518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF518E

Black with #AF518E

Text Example


Text Example

White with #AF518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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