#A286DB

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

Shades of Biloba Flower #A286DB

Tints of Biloba Flower #A286DB

Color information

#A286DB (or 0xA286DB) is unknown color: approx Biloba Flower. HEX triplet: A2, 86 and DB. RGB value is (162,134,219). Sum of RGB (Red+Green+Blue) = 162+134+219=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A286DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286DB is #5D7924. Grayscale: #979797. Windows color (decimal): -6125861 or 14386850. OLE color: 14386850.

HSL color Cylindrical-coordinate representation of color #A286DB: hue angle of 259.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A286DB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162134219-
CMYK0.260.3900.14
HSL259.76º54.14%69.22%-
HSV(B)259.76º38.81%85.88%-
XYZ36.2129.8570.87-
YUV152.06165.78135.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=31.46%
G=26.02%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621342190.260.3900.14259.7654.1469.22
HexA286DB1A270E1043645
Octal242206333324701640466105
Binary10100010100001101101101111010100111011101000001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286DB; }

 p { color: rgb(162,134,219); }

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

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

 a { background-color: rgb(162,134,219); }

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

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

 span { border-color: rgb(162,134,219); }

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