#A486DF

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

Shades of Biloba Flower #A486DF

Tints of Biloba Flower #A486DF

Color information

#A486DF (or 0xA486DF) is unknown color: approx Biloba Flower. HEX triplet: A4, 86 and DF. RGB value is (164,134,223). Sum of RGB (Red+Green+Blue) = 164+134+223=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A486DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DF is #5B7920. Grayscale: #989898. Windows color (decimal): -5994785 or 14648996. OLE color: 14648996.

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

Color convert

RGB164134223-
CMYK0.260.4000.13
HSL260.22º58.17%70%-
HSV(B)260.22º39.91%87.45%-
XYZ37.1530.2773.7-
YUV153.12167.44135.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=31.48%
G=25.72%
B=42.80%

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
Decimal1641342230.260.4000.13260.2258.1770
HexA486DF1A280D1043a46
Octal244206337325001540472106
Binary10100100100001101101111111010101000011011000001001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486DF; }

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

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

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

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

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

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

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

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