#A99AD6

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

Shades of Biloba Flower #A99AD6

Tints of Biloba Flower #A99AD6

Color information

#A99AD6 (or 0xA99AD6) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and D6. RGB value is (169,154,214). Sum of RGB (Red+Green+Blue) = 169+154+214=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #A99AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AD6 is #566529. Grayscale: #A5A5A5. Windows color (decimal): -5661994 or 14064297. OLE color: 14064297.

HSL color Cylindrical-coordinate representation of color #A99AD6: hue angle of 255º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99AD6 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169154214-
CMYK0.210.2800.16
HSL255º42.25%72.16%-
HSV(B)255º28.04%83.92%-
XYZ40.0636.468.53-
YUV165.32155.47130.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=31.47%
G=28.68%
B=39.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691542140.210.2800.1625542.2572.16
HexA99AD6151C010ff2a48
Octal251232326253402037752110
Binary1010100110011010110101101010111100010000111111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AD6; }

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

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

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

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

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

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

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

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