#AC99DA

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

Shades of Biloba Flower #AC99DA

Tints of Biloba Flower #AC99DA

Color information

#AC99DA (or 0xAC99DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and DA. RGB value is (172,153,218). Sum of RGB (Red+Green+Blue) = 172+153+218=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DA is #536625. Grayscale: #A5A5A5. Windows color (decimal): -5465638 or 14326188. OLE color: 14326188.

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

Color convert

RGB172153218-
CMYK0.210.3000.15
HSL257.54º46.76%72.75%-
HSV(B)257.54º29.82%85.49%-
XYZ41.0636.6271.23-
YUV166.09157.29132.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=31.68%
G=28.18%
B=40.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721532180.210.3000.15257.5446.7672.75
HexAC99DA151E0F1022f49
Octal254231332253601740257111
Binary1010110010011001110110101010111110011111000000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99DA; }

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

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

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

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

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

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

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

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