#A985D9

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

Shades of Biloba Flower #A985D9

Tints of Biloba Flower #A985D9

Color information

#A985D9 (or 0xA985D9) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and D9. RGB value is (169,133,217). Sum of RGB (Red+Green+Blue) = 169+133+217=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #A985D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985D9 is #567A26. Grayscale: #999999. Windows color (decimal): -5667367 or 14255529. OLE color: 14255529.

HSL color Cylindrical-coordinate representation of color #A985D9: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A985D9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169133217-
CMYK0.220.3900.15
HSL265.71º52.5%68.63%-
HSV(B)265.71º38.71%85.1%-
XYZ37.2730.2269.51-
YUV153.34163.93139.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=32.56%
G=25.63%
B=41.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691332170.220.3900.15265.7152.568.63
HexA985D916270F10a3445
Octal251205331264701741264105
Binary10101001100001011101100110110100111011111000010101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985D9; }

 p { color: rgb(169,133,217); }

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

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

 a { background-color: rgb(169,133,217); }

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

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

 span { border-color: rgb(169,133,217); }

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