#A990FD

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

Shades of Biloba Flower #A990FD

Tints of Biloba Flower #A990FD

Color information

#A990FD (or 0xA990FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and FD. RGB value is (169,144,253). Sum of RGB (Red+Green+Blue) = 169+144+253=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #A990FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990FD is #566F02. Grayscale: #A3A3A3. Windows color (decimal): -5664515 or 16617641. OLE color: 16617641.

HSL color Cylindrical-coordinate representation of color #A990FD: hue angle of 253.76º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A990FD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169144253-
CMYK0.330.4300.01
HSL253.76º96.46%77.84%-
HSV(B)253.76º43.08%99.22%-
XYZ44.0735.4797.45-
YUV163.9178.28131.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=29.86%
G=25.44%
B=44.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691442530.330.4300.01253.7696.4677.84
HexA990FD212B01fe604e
Octal251220375415301376140116
Binary101010011001000011111101100001101011011111111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990FD; }

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

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

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

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

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

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

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

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