#A699FA

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

Shades of Biloba Flower #A699FA

Tints of Biloba Flower #A699FA

Color information

#A699FA (or 0xA699FA) is unknown color: approx Biloba Flower. HEX triplet: A6, 99 and FA. RGB value is (166,153,250). Sum of RGB (Red+Green+Blue) = 166+153+250=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #A699FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699FA is #596605. Grayscale: #A7A7A7. Windows color (decimal): -5858822 or 16423334. OLE color: 16423334.

HSL color Cylindrical-coordinate representation of color #A699FA: hue angle of 248.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A699FA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166153250-
CMYK0.340.3900.02
HSL248.04º90.65%79.02%-
HSV(B)248.04º38.8%98.04%-
XYZ44.3737.7995.4-
YUV167.94174.31126.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=29.17%
G=26.89%
B=43.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661532500.340.3900.02248.0490.6579.02
HexA699FA222702f85b4f
Octal246231372424702370133117
Binary1010011010011001111110101000101001110101111100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699FA; }

 p { color: rgb(166,153,250); }

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

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

 a { background-color: rgb(166,153,250); }

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

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

 span { border-color: rgb(166,153,250); }

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