#A99DCD

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

Shades of Biloba Flower #A99DCD

Tints of Biloba Flower #A99DCD

Color information

#A99DCD (or 0xA99DCD) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and CD. RGB value is (169,157,205). Sum of RGB (Red+Green+Blue) = 169+157+205=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCD is #566232. Grayscale: #A5A5A5. Windows color (decimal): -5661235 or 13475241. OLE color: 13475241.

HSL color Cylindrical-coordinate representation of color #A99DCD: hue angle of 255º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99DCD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169157205-
CMYK0.180.2300.20
HSL255º32.43%70.98%-
HSV(B)255º23.41%80.39%-
XYZ39.4436.9662.81-
YUV166.06149.98130.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=31.83%
G=29.57%
B=38.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691572050.180.2300.2025532.4370.98
HexA99DCD1217014ff2047
Octal251235315222702437740107
Binary1010100110011101110011011001010111010100111111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DCD; }

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

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

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

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

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

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

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

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