#AF4E8A

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

Shades of Mulberry #AF4E8A

Tints of Mulberry #AF4E8A

Color information

#AF4E8A (or 0xAF4E8A) is unknown color: approx Mulberry. HEX triplet: AF, 4E and 8A. RGB value is (175,78,138). Sum of RGB (Red+Green+Blue) = 175+78+138=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E8A is #50B175. Grayscale: #717171. Windows color (decimal): -5288310 or 9064111. OLE color: 9064111.

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

Color convert

RGB17578138-
CMYK00.550.210.31
HSL322.89º38.34%49.61%-
HSV(B)322.89º55.43%68.63%-
XYZ24.9916.425.89-
YUV113.84141.64171.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=44.76%
G=19.95%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757813800.550.210.31322.8938.3449.61
HexAF4E8A037151F1432632
Octal25711621206725375034662
Binary1010111110011101000101001101111010111111101000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E8A; }

 p { color: rgb(175,78,138); }

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

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

 a { background-color: rgb(175,78,138); }

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

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

 span { border-color: rgb(175,78,138); }

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