#A986E4

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

Shades of Biloba Flower #A986E4

Tints of Biloba Flower #A986E4

Color information

#A986E4 (or 0xA986E4) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and E4. RGB value is (169,134,228). Sum of RGB (Red+Green+Blue) = 169+134+228=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #A986E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986E4 is #56791B. Grayscale: #9A9A9A. Windows color (decimal): -5667100 or 14976681. OLE color: 14976681.

HSL color Cylindrical-coordinate representation of color #A986E4: hue angle of 262.34º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A986E4 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169134228-
CMYK0.260.4100.11
HSL262.34º63.51%70.98%-
HSV(B)262.34º41.23%89.41%-
XYZ38.8931.0977.35-
YUV155.18169.1137.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=31.83%
G=25.24%
B=42.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691342280.260.4100.11262.3463.5170.98
HexA986E41A290B1064047
Octal2512063443251013406100107
Binary101010011000011011100100110101010010101110000011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986E4; }

 p { color: rgb(169,134,228); }

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

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

 a { background-color: rgb(169,134,228); }

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

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

 span { border-color: rgb(169,134,228); }

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