#A991DA

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

Shades of Biloba Flower #A991DA

Tints of Biloba Flower #A991DA

Color information

#A991DA (or 0xA991DA) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and DA. RGB value is (169,145,218). Sum of RGB (Red+Green+Blue) = 169+145+218=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A991DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DA is #566E25. Grayscale: #A0A0A0. Windows color (decimal): -5664294 or 14324137. OLE color: 14324137.

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

Color convert

RGB169145218-
CMYK0.220.3300.15
HSL259.73º49.66%71.18%-
HSV(B)259.73º33.49%85.49%-
XYZ39.1433.7570.78-
YUV160.5160.45134.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=31.77%
G=27.26%
B=40.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691452180.220.3300.15259.7349.6671.18
HexA991DA16210F1043247
Octal251221332264101740462107
Binary10101001100100011101101010110100001011111000001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991DA; }

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

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

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

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

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

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

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

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