#A886F0

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

Shades of Biloba Flower #A886F0

Tints of Biloba Flower #A886F0

Color information

#A886F0 (or 0xA886F0) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and F0. RGB value is (168,134,240). Sum of RGB (Red+Green+Blue) = 168+134+240=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #A886F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F0 is #57790F. Grayscale: #9B9B9B. Windows color (decimal): -5732624 or 15763112. OLE color: 15763112.

HSL color Cylindrical-coordinate representation of color #A886F0: hue angle of 259.25º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A886F0 is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168134240-
CMYK0.30.4400.06
HSL259.25º77.94%73.33%-
HSV(B)259.25º44.17%94.12%-
XYZ40.431.6786.42-
YUV156.25175.26136.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 134 (52.73% from 255) = 24.72%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=31.00%
G=24.72%
B=44.28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681342400.30.4400.06259.2577.9473.33
HexA886F01E2C061034e49
Octal250206360365406403116111
Binary10101000100001101111000011110101100011010000001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886F0; }

 p { color: rgb(168,134,240); }

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

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

 a { background-color: rgb(168,134,240); }

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

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

 span { border-color: rgb(168,134,240); }

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