#A990DD

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

Shades of Biloba Flower #A990DD

Tints of Biloba Flower #A990DD

Color information

#A990DD (or 0xA990DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and DD. RGB value is (169,144,221). Sum of RGB (Red+Green+Blue) = 169+144+221=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A990DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990DD is #566F22. Grayscale: #9F9F9F. Windows color (decimal): -5664547 or 14520489. OLE color: 14520489.

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

Color convert

RGB169144221-
CMYK0.240.3500.13
HSL259.48º53.1%71.57%-
HSV(B)259.48º34.84%86.67%-
XYZ39.3933.672.82-
YUV160.25162.28134.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=31.65%
G=26.97%
B=41.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691442210.240.3500.13259.4853.171.57
HexA990DD18230D1033548
Octal251220335304301540365110
Binary10101001100100001101110111000100011011011000000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990DD; }

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

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

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

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

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

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

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

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