#A986DC

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

Shades of Biloba Flower #A986DC

Tints of Biloba Flower #A986DC

Color information

#A986DC (or 0xA986DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 86 and DC. RGB value is (169,134,220). Sum of RGB (Red+Green+Blue) = 169+134+220=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A986DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986DC is #567923. Grayscale: #999999. Windows color (decimal): -5667108 or 14452393. OLE color: 14452393.

HSL color Cylindrical-coordinate representation of color #A986DC: hue angle of 264.42º degrees, saturation: 0.55, 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 #A986DC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169134220-
CMYK0.230.3900.14
HSL264.42º55.13%69.41%-
HSV(B)264.42º39.09%86.27%-
XYZ37.8130.6571.63-
YUV154.27165.1138.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=32.31%
G=25.62%
B=42.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691342200.230.3900.14264.4255.1369.41
HexA986DC17270E1083745
Octal251206334274701641067105
Binary10101001100001101101110010111100111011101000010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986DC; }

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

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

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

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

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

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

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

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