#A99DCA

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

Shades of Biloba Flower #A99DCA

Tints of Biloba Flower #A99DCA

Color information

#A99DCA (or 0xA99DCA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and CA. RGB value is (169,157,202). Sum of RGB (Red+Green+Blue) = 169+157+202=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A99DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCA is #566235. Grayscale: #A5A5A5. Windows color (decimal): -5661238 or 13278633. OLE color: 13278633.

HSL color Cylindrical-coordinate representation of color #A99DCA: hue angle of 256º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99DCA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169157202-
CMYK0.160.2200.21
HSL256º29.8%70.39%-
HSV(B)256º22.28%79.22%-
XYZ39.0836.8160.92-
YUV165.72148.48130.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=32.01%
G=29.73%
B=38.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691572020.160.2200.2125629.870.39
HexA99DCA10160151001e46
Octal251235312202602540036106
Binary1010100110011101110010101000010110010101100000000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DCA; }

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

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

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

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

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

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

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

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