#A99CF1

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

Shades of Biloba Flower #A99CF1

Tints of Biloba Flower #A99CF1

Color information

#A99CF1 (or 0xA99CF1) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and F1. RGB value is (169,156,241). Sum of RGB (Red+Green+Blue) = 169+156+241=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #A99CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CF1 is #56630E. Grayscale: #A9A9A9. Windows color (decimal): -5661455 or 15834281. OLE color: 15834281.

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

Color convert

RGB169156241-
CMYK0.300.3500.05
HSL249.18º75.22%77.84%-
HSV(B)249.18º35.27%94.51%-
XYZ44.1338.5688.34-
YUV169.58168.31127.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=29.86%
G=27.56%
B=42.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691562410.300.3500.05249.1875.2277.84
HexA99CF11E2305f94b4e
Octal251234361364305371113116
Binary1010100110011100111100011111010001101011111100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CF1; }

 p { color: rgb(169,156,241); }

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

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

 a { background-color: rgb(169,156,241); }

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

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

 span { border-color: rgb(169,156,241); }

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