#A985D7

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

Shades of Biloba Flower #A985D7

Tints of Biloba Flower #A985D7

Color information

#A985D7 (or 0xA985D7) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and D7. RGB value is (169,133,215). Sum of RGB (Red+Green+Blue) = 169+133+215=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #A985D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985D7 is #567A28. Grayscale: #989898. Windows color (decimal): -5667369 or 14124457. OLE color: 14124457.

HSL color Cylindrical-coordinate representation of color #A985D7: hue angle of 266.34º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A985D7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169133215-
CMYK0.210.3800.16
HSL266.34º50.62%68.24%-
HSV(B)266.34º38.14%84.31%-
XYZ37.0230.1268.15-
YUV153.11162.93139.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=32.69%
G=25.73%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691332150.210.3800.16266.3450.6268.24
HexA985D7152601010a3344
Octal251205327254602041263104
Binary101010011000010111010111101011001100100001000010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985D7; }

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

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

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

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

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

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

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

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