#A991DD

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

Shades of Biloba Flower #A991DD

Tints of Biloba Flower #A991DD

Color information

#A991DD (or 0xA991DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and DD. RGB value is (169,145,221). Sum of RGB (Red+Green+Blue) = 169+145+221=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A991DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DD is #566E22. Grayscale: #A0A0A0. Windows color (decimal): -5664291 or 14520745. OLE color: 14520745.

HSL color Cylindrical-coordinate representation of color #A991DD: hue angle of 258.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A991DD is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169145221-
CMYK0.240.3400.13
HSL258.95º52.78%71.76%-
HSV(B)258.95º34.39%86.67%-
XYZ39.5433.9172.87-
YUV160.84161.95133.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=31.59%
G=27.10%
B=41.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691452210.240.3400.13258.9552.7871.76
HexA991DD18220D1033548
Octal251221335304201540365110
Binary10101001100100011101110111000100010011011000000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991DD; }

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

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

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

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

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

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

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

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