#AF6190

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

Shades of Mulberry #AF6190

Tints of Mulberry #AF6190

Color information

#AF6190 (or 0xAF6190) is unknown color: approx Mulberry. HEX triplet: AF, 61 and 90. RGB value is (175,97,144). Sum of RGB (Red+Green+Blue) = 175+97+144=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6190 is #509E6F. Grayscale: #7D7D7D. Windows color (decimal): -5283440 or 9462191. OLE color: 9462191.

HSL color Cylindrical-coordinate representation of color #AF6190: hue angle of 323.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6190 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17597144-
CMYK00.450.180.31
HSL323.85º32.77%53.33%-
HSV(B)323.85º44.57%68.63%-
XYZ26.9919.6828.76-
YUV125.68138.34163.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=42.07%
G=23.32%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759714400.450.180.31323.8532.7753.33
HexAF619002D121F1442135
Octal25714122005522375044165
Binary1010111111000011001000001011011001011111101000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6190; }

 p { color: rgb(175,97,144); }

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

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

 a { background-color: rgb(175,97,144); }

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

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

 span { border-color: rgb(175,97,144); }

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