#A286DF

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

Shades of Biloba Flower #A286DF

Tints of Biloba Flower #A286DF

Color information

#A286DF (or 0xA286DF) is unknown color: approx Biloba Flower. HEX triplet: A2, 86 and DF. RGB value is (162,134,223). Sum of RGB (Red+Green+Blue) = 162+134+223=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A286DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286DF is #5D7920. Grayscale: #989898. Windows color (decimal): -6125857 or 14648994. OLE color: 14648994.

HSL color Cylindrical-coordinate representation of color #A286DF: hue angle of 258.88º degrees, saturation: 0.58, 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 #A286DF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162134223-
CMYK0.270.4000.13
HSL258.88º58.17%70%-
HSV(B)258.88º39.91%87.45%-
XYZ36.7430.0673.68-
YUV152.52167.78134.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=31.21%
G=25.82%
B=42.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621342230.270.4000.13258.8858.1770
HexA286DF1B280D1033a46
Octal242206337335001540372106
Binary10100010100001101101111111011101000011011000000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286DF; }

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

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

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

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

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

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

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

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