#AF6192

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

Shades of Mulberry #AF6192

Tints of Mulberry #AF6192

Color information

#AF6192 (or 0xAF6192) is unknown color: approx Mulberry. HEX triplet: AF, 61 and 92. RGB value is (175,97,146). Sum of RGB (Red+Green+Blue) = 175+97+146=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6192 is #509E6D. Grayscale: #7D7D7D. Windows color (decimal): -5283438 or 9593263. OLE color: 9593263.

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

Color convert

RGB17597146-
CMYK00.450.170.31
HSL322.31º32.77%53.33%-
HSV(B)322.31º44.57%68.63%-
XYZ27.1419.7429.57-
YUV125.91139.34163.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=41.87%
G=23.21%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759714600.450.170.31322.3132.7753.33
HexAF619202D111F1422135
Octal25714122205521375024165
Binary1010111111000011001001001011011000111111101000010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6192; }

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

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

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

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

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

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

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

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