#AC99D9

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

Shades of Biloba Flower #AC99D9

Tints of Biloba Flower #AC99D9

Color information

#AC99D9 (or 0xAC99D9) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and D9. RGB value is (172,153,217). Sum of RGB (Red+Green+Blue) = 172+153+217=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99D9 is #536626. Grayscale: #A5A5A5. Windows color (decimal): -5465639 or 14260652. OLE color: 14260652.

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

Color convert

RGB172153217-
CMYK0.210.2900.15
HSL257.81º45.71%72.55%-
HSV(B)257.81º29.49%85.1%-
XYZ40.9336.5670.55-
YUV165.98156.79132.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=31.73%
G=28.23%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721532170.210.2900.15257.8145.7172.55
HexAC99D9151D0F1022e49
Octal254231331253501740256111
Binary1010110010011001110110011010111101011111000000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99D9; }

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

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

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

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

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

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

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

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