Html Css Color HEX #AF488B Mulberry

📋 copy color: '#AF488B'

red 175 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #AF488B

Tints of Mulberry #AF488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 45.34%
G = 18.65%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF488B (or 0xAF488B) is known color: Mulberry. HEX triplet: AF, 48 and 8B. RGB value is (175,72,139). Sum of RGB (Red+Green+Blue) = 175+72+139=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488B is #50B774. Grayscale: #6E6E6E. Windows color (decimal): -5289845 or 9128111. OLE color: 9128111.

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

Color convert

RGB 175 72 139 -
CMYK 0 0.59 0.21 0.31
HSL 320.97º 0.42% 0.48% -
HSV(B) 320.97º 0.59% 0.69% -
XYZ 24.66 15.61 26.14 -
YUV 110.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 175 72 139 0 0.59 0.21 0.31 320.97 0.42 0.48
Hex AF 48 8B 0 3B 15 1F 141 2A 30
Octal 257 110 213 0 73 25 37 501 52 60
Binary 10101111 1001000 10001011 0 111011 10101 11111 101000001 101010 110000

Color Harmonies of #AF488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF488B

Black with #AF488B

Text Example


Text Example

White with #AF488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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