#A99AF2

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

Shades of Biloba Flower #A99AF2

Tints of Biloba Flower #A99AF2

Color information

#A99AF2 (or 0xA99AF2) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and F2. RGB value is (169,154,242). Sum of RGB (Red+Green+Blue) = 169+154+242=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #A99AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AF2 is #56650D. Grayscale: #A8A8A8. Windows color (decimal): -5661966 or 15899305. OLE color: 15899305.

HSL color Cylindrical-coordinate representation of color #A99AF2: hue angle of 250.23º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99AF2 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169154242-
CMYK0.300.3600.05
HSL250.23º77.19%77.65%-
HSV(B)250.23º36.36%94.9%-
XYZ43.9437.9689.01-
YUV168.52169.47128.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=29.91%
G=27.26%
B=42.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691542420.300.3600.05250.2377.1977.65
HexA99AF21E2405fa4d4e
Octal251232362364405372115116
Binary1010100110011010111100101111010010001011111101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AF2; }

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

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

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

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

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

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

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

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