#AC99CE

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

Shades of Biloba Flower #AC99CE

Tints of Biloba Flower #AC99CE

Color information

#AC99CE (or 0xAC99CE) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and CE. RGB value is (172,153,206). Sum of RGB (Red+Green+Blue) = 172+153+206=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CE is #536631. Grayscale: #A4A4A4. Windows color (decimal): -5465650 or 13539756. OLE color: 13539756.

HSL color Cylindrical-coordinate representation of color #AC99CE: hue angle of 261.51º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC99CE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172153206-
CMYK0.170.2600.19
HSL261.51º35.1%70.39%-
HSV(B)261.51º25.73%80.78%-
XYZ39.5536.0163.26-
YUV164.72151.29133.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=32.39%
G=28.81%
B=38.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721532060.170.2600.19261.5135.170.39
HexAC99CE111A0131062346
Octal254231316213202340643106
Binary10101100100110011100111010001110100100111000001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99CE; }

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

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

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

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

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

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

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

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