#A99BD6

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

Shades of Biloba Flower #A99BD6

Tints of Biloba Flower #A99BD6

Color information

#A99BD6 (or 0xA99BD6) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and D6. RGB value is (169,155,214). Sum of RGB (Red+Green+Blue) = 169+155+214=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #A99BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD6 is #566429. Grayscale: #A5A5A5. Windows color (decimal): -5661738 or 14064553. OLE color: 14064553.

HSL color Cylindrical-coordinate representation of color #A99BD6: hue angle of 254.24º 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 #A99BD6 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169155214-
CMYK0.210.2800.16
HSL254.24º41.84%72.35%-
HSV(B)254.24º27.57%83.92%-
XYZ40.2236.7368.59-
YUV165.91155.14130.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 214 (83.98% from 255) = 39.78%
R=31.41%
G=28.81%
B=39.78%

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
Decimal1691552140.210.2800.16254.2441.8472.35
HexA99BD6151C010fe2a48
Octal251233326253402037652110
Binary1010100110011011110101101010111100010000111111101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BD6; }

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

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

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

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

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

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

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

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