#A486D8

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

Shades of Biloba Flower #A486D8

Tints of Biloba Flower #A486D8

Color information

#A486D8 (or 0xA486D8) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and D8. RGB value is (164,134,216). Sum of RGB (Red+Green+Blue) = 164+134+216=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #A486D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486D8 is #5B7927. Grayscale: #989898. Windows color (decimal): -5994792 or 14190244. OLE color: 14190244.

HSL color Cylindrical-coordinate representation of color #A486D8: hue angle of 261.95º 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 #A486D8 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164134216-
CMYK0.240.3800.15
HSL261.95º51.25%68.63%-
HSV(B)261.95º37.96%84.71%-
XYZ36.2329.968.83-
YUV152.32163.94136.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=31.91%
G=26.07%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641342160.240.3800.15261.9551.2568.63
HexA486D818260F1063345
Octal244206330304601740663105
Binary10100100100001101101100011000100110011111000001101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486D8; }

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

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

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

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

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

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

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

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