#af508b

Color #AF508B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #AF508B

Tints of Mulberry #AF508B

Color information

#AF508B (or 0xAF508B) is unknown color: approx Mulberry. HEX triplet: AF, 50 and 8B. RGB value is (175,80,139). Sum of RGB (Red+Green+Blue) = 175+80+139=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508B is #50AF74. Grayscale: #727272. Windows color (decimal): -5287797 or 9130159. OLE color: 9130159.

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

Color convert

RGB17580139-
CMYK00.540.210.31
HSL322.74º37.25%50%-
HSV(B)322.74º54.29%68.63%-
XYZ25.2116.7226.32-
YUV115.13141.47170.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=44.42%
G=20.30%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758013900.540.210.31322.7437.2550
HexAF508B036151F1432532
Octal25712021306625375034562
Binary1010111110100001000101101101101010111111101000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af508b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af508b; }

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

 H1.HeaderClassName
 {
   color: #af508b;
 }
 .AnyTagClassName
 {
   color: #af508b;
 }
</style>
background-color css

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

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

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

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

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

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