#A486DE

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

Shades of Biloba Flower #A486DE

Tints of Biloba Flower #A486DE

Color information

#A486DE (or 0xA486DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and DE. RGB value is (164,134,222). Sum of RGB (Red+Green+Blue) = 164+134+222=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #A486DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DE is #5B7921. Grayscale: #989898. Windows color (decimal): -5994786 or 14583460. OLE color: 14583460.

HSL color Cylindrical-coordinate representation of color #A486DE: hue angle of 260.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A486DE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164134222-
CMYK0.260.4000.13
HSL260.45º57.14%69.8%-
HSV(B)260.45º39.64%87.06%-
XYZ37.0230.2272.99-
YUV153166.94135.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=31.54%
G=25.77%
B=42.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641342220.260.4000.13260.4557.1469.8
HexA486DE1A280D1043946
Octal244206336325001540471106
Binary10100100100001101101111011010101000011011000001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486DE; }

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

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

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

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

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

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

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

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