#A186D8

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

Shades of Biloba Flower #A186D8

Tints of Biloba Flower #A186D8

Color information

#A186D8 (or 0xA186D8) is unknown color: approx Biloba Flower. HEX triplet: A1, 86 and D8. RGB value is (161,134,216). Sum of RGB (Red+Green+Blue) = 161+134+216=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A186D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186D8 is #5E7927. Grayscale: #979797. Windows color (decimal): -6191400 or 14190241. OLE color: 14190241.

HSL color Cylindrical-coordinate representation of color #A186D8: hue angle of 259.76º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A186D8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161134216-
CMYK0.250.3800.15
HSL259.76º51.25%68.63%-
HSV(B)259.76º37.96%84.71%-
XYZ35.6229.5968.8-
YUV151.42164.45134.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=31.51%
G=26.22%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611342160.250.3800.15259.7651.2568.63
HexA186D819260F1043345
Octal241206330314601740463105
Binary10100001100001101101100011001100110011111000001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186D8; }

 p { color: rgb(161,134,216); }

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

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

 a { background-color: rgb(161,134,216); }

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

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

 span { border-color: rgb(161,134,216); }

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