#A990CE

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

Shades of Biloba Flower #A990CE

Tints of Biloba Flower #A990CE

Color information

#A990CE (or 0xA990CE) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and CE. RGB value is (169,144,206). Sum of RGB (Red+Green+Blue) = 169+144+206=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A990CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CE is #566F31. Grayscale: #9E9E9E. Windows color (decimal): -5664562 or 13537449. OLE color: 13537449.

HSL color Cylindrical-coordinate representation of color #A990CE: hue angle of 264.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A990CE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169144206-
CMYK0.180.3000.19
HSL264.19º38.75%68.63%-
HSV(B)264.19º30.1%80.78%-
XYZ37.4832.8462.76-
YUV158.54154.78135.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=32.56%
G=27.75%
B=39.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691442060.180.3000.19264.1938.7568.63
HexA990CE121E0131082745
Octal251220316223602341047105
Binary10101001100100001100111010010111100100111000010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990CE; }

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

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

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

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

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

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

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

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