#A999D5

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

Shades of Biloba Flower #A999D5

Tints of Biloba Flower #A999D5

Color information

#A999D5 (or 0xA999D5) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and D5. RGB value is (169,153,213). Sum of RGB (Red+Green+Blue) = 169+153+213=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A999D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D5 is #56662A. Grayscale: #A4A4A4. Windows color (decimal): -5662251 or 13998505. OLE color: 13998505.

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

Color convert

RGB169153213-
CMYK0.210.2800.16
HSL256º41.67%71.76%-
HSV(B)256º28.17%83.53%-
XYZ39.7636.0267.81-
YUV164.62155.3131.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.59%
G=28.60%
B=39.81%

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
Decimal1691532130.210.2800.1625641.6771.76
HexA999D5151C0101002a48
Octal251231325253402040052110
Binary10101001100110011101010110101111000100001000000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999D5; }

 p { color: rgb(169,153,213); }

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

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

 a { background-color: rgb(169,153,213); }

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

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

 span { border-color: rgb(169,153,213); }

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