#A991D7

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

Shades of Biloba Flower #A991D7

Tints of Biloba Flower #A991D7

Color information

#A991D7 (or 0xA991D7) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and D7. RGB value is (169,145,215). Sum of RGB (Red+Green+Blue) = 169+145+215=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #A991D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991D7 is #566E28. Grayscale: #9F9F9F. Windows color (decimal): -5664297 or 14127529. OLE color: 14127529.

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

Color convert

RGB169145215-
CMYK0.210.3300.16
HSL260.57º46.67%70.59%-
HSV(B)260.57º32.56%84.31%-
XYZ38.7533.5968.73-
YUV160.16158.95134.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=31.95%
G=27.41%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691452150.210.3300.16260.5746.6770.59
HexA991D715210101052f47
Octal251221327254102040557107
Binary101010011001000111010111101011000010100001000001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991D7; }

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

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

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

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

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

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

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

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