#AC99DB

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

Shades of Biloba Flower #AC99DB

Tints of Biloba Flower #AC99DB

Color information

#AC99DB (or 0xAC99DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and DB. RGB value is (172,153,219). Sum of RGB (Red+Green+Blue) = 172+153+219=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DB is #536624. Grayscale: #A5A5A5. Windows color (decimal): -5465637 or 14391724. OLE color: 14391724.

HSL color Cylindrical-coordinate representation of color #AC99DB: hue angle of 257.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC99DB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172153219-
CMYK0.210.3000.14
HSL257.27º47.83%72.94%-
HSV(B)257.27º30.14%85.88%-
XYZ41.1936.6771.92-
YUV166.2157.79132.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=31.62%
G=28.12%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721532190.210.3000.14257.2747.8372.94
HexAC99DB151E0E1013049
Octal254231333253601640160111
Binary1010110010011001110110111010111110011101000000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99DB; }

 p { color: rgb(172,153,219); }

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

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

 a { background-color: rgb(172,153,219); }

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

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

 span { border-color: rgb(172,153,219); }

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