#A990CD

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

Shades of Biloba Flower #A990CD

Tints of Biloba Flower #A990CD

Color information

#A990CD (or 0xA990CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and CD. RGB value is (169,144,205). Sum of RGB (Red+Green+Blue) = 169+144+205=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #A990CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CD is #566F32. Grayscale: #9E9E9E. Windows color (decimal): -5664563 or 13471913. OLE color: 13471913.

HSL color Cylindrical-coordinate representation of color #A990CD: hue angle of 264.59º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A990CD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169144205-
CMYK0.180.3000.20
HSL264.59º37.89%68.43%-
HSV(B)264.59º29.76%80.39%-
XYZ37.3532.7962.12-
YUV158.43154.28135.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=32.63%
G=27.80%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691442050.180.3000.20264.5937.8968.43
HexA990CD121E0141092644
Octal251220315223602441146104
Binary10101001100100001100110110010111100101001000010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990CD; }

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

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

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

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

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

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

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

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