#A99AFD

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

Shades of Biloba Flower #A99AFD

Tints of Biloba Flower #A99AFD

Color information

#A99AFD (or 0xA99AFD) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and FD. RGB value is (169,154,253). Sum of RGB (Red+Green+Blue) = 169+154+253=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #A99AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AFD is #566502. Grayscale: #A9A9A9. Windows color (decimal): -5661955 or 16620201. OLE color: 16620201.

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

Color convert

RGB169154253-
CMYK0.330.3900.01
HSL249.09º96.12%79.8%-
HSV(B)249.09º39.13%99.22%-
XYZ45.6538.6497.98-
YUV169.77174.97127.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=29.34%
G=26.74%
B=43.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691542530.330.3900.01249.0996.1279.8
HexA99AFD212701f96050
Octal251232375414701371140120
Binary101010011001101011111101100001100111011111100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AFD; }

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

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

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

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

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

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

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

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