#A990CA

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

Shades of Biloba Flower #A990CA

Tints of Biloba Flower #A990CA

Color information

#A990CA (or 0xA990CA) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and CA. RGB value is (169,144,202). Sum of RGB (Red+Green+Blue) = 169+144+202=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A990CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CA is #566F35. Grayscale: #9D9D9D. Windows color (decimal): -5664566 or 13275305. OLE color: 13275305.

HSL color Cylindrical-coordinate representation of color #A990CA: hue angle of 265.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A990CA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169144202-
CMYK0.160.2900.21
HSL265.86º35.37%67.84%-
HSV(B)265.86º28.71%79.22%-
XYZ3732.6560.23-
YUV158.09152.78135.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=32.82%
G=27.96%
B=39.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691442020.160.2900.21265.8635.3767.84
HexA990CA101D01510a2344
Octal251220312203502541243104
Binary10101001100100001100101010000111010101011000010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990CA; }

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

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

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

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

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

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

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

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