#A486DA

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

Shades of Biloba Flower #A486DA

Tints of Biloba Flower #A486DA

Color information

#A486DA (or 0xA486DA) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and DA. RGB value is (164,134,218). Sum of RGB (Red+Green+Blue) = 164+134+218=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A486DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DA is #5B7925. Grayscale: #989898. Windows color (decimal): -5994790 or 14321316. OLE color: 14321316.

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

Color convert

RGB164134218-
CMYK0.250.3900.15
HSL261.43º53.16%69.02%-
HSV(B)261.43º38.53%85.49%-
XYZ36.493070.2-
YUV152.55164.94136.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=31.78%
G=25.97%
B=42.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641342180.250.3900.15261.4353.1669.02
HexA486DA19270F1053545
Octal244206332314701740565105
Binary10100100100001101101101011001100111011111000001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486DA; }

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

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

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

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

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

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

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

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