#A99DD4

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

Shades of Biloba Flower #A99DD4

Tints of Biloba Flower #A99DD4

Color information

#A99DD4 (or 0xA99DD4) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and D4. RGB value is (169,157,212). Sum of RGB (Red+Green+Blue) = 169+157+212=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #A99DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DD4 is #56622B. Grayscale: #A6A6A6. Windows color (decimal): -5661228 or 13933993. OLE color: 13933993.

HSL color Cylindrical-coordinate representation of color #A99DD4: hue angle of 253.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A99DD4 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169157212-
CMYK0.200.2600.17
HSL253.09º39.01%72.35%-
HSV(B)253.09º25.94%83.14%-
XYZ40.337.367.36-
YUV166.86153.48129.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=31.41%
G=29.18%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691572120.200.2600.17253.0939.0172.35
HexA99DD4141A011fd2748
Octal251235324243202137547110
Binary1010100110011101110101001010011010010001111111011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DD4; }

 p { color: rgb(169,157,212); }

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

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

 a { background-color: rgb(169,157,212); }

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

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

 span { border-color: rgb(169,157,212); }

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