#A99DCF

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

Shades of Biloba Flower #A99DCF

Tints of Biloba Flower #A99DCF

Color information

#A99DCF (or 0xA99DCF) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and CF. RGB value is (169,157,207). Sum of RGB (Red+Green+Blue) = 169+157+207=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #A99DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCF is #566230. Grayscale: #A6A6A6. Windows color (decimal): -5661233 or 13606313. OLE color: 13606313.

HSL color Cylindrical-coordinate representation of color #A99DCF: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99DCF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169157207-
CMYK0.180.2400.19
HSL254.4º34.25%71.37%-
HSV(B)254.4º24.15%81.18%-
XYZ39.6837.0564.09-
YUV166.29150.98129.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=31.71%
G=29.46%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691572070.180.2400.19254.434.2571.37
HexA99DCF1218013fe2247
Octal251235317223002337642107
Binary1010100110011101110011111001011000010011111111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DCF; }

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

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

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

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

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

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

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

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