#AC99DE

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

Shades of Biloba Flower #AC99DE

Tints of Biloba Flower #AC99DE

Color information

#AC99DE (or 0xAC99DE) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and DE. RGB value is (172,153,222). Sum of RGB (Red+Green+Blue) = 172+153+222=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DE is #536621. Grayscale: #A6A6A6. Windows color (decimal): -5465634 or 14588332. OLE color: 14588332.

HSL color Cylindrical-coordinate representation of color #AC99DE: hue angle of 256.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC99DE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172153222-
CMYK0.230.3100.13
HSL256.52º51.11%73.53%-
HSV(B)256.52º31.08%87.06%-
XYZ41.5936.8374.02-
YUV166.55159.29131.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=31.44%
G=27.97%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721532220.230.3100.13256.5251.1173.53
HexAC99DE171F0D101334a
Octal254231336273701540163112
Binary1010110010011001110111101011111111011011000000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99DE; }

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

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

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

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

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

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

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

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