#AC9EDD

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

Shades of Biloba Flower #AC9EDD

Tints of Biloba Flower #AC9EDD

Color information

#AC9EDD (or 0xAC9EDD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and DD. RGB value is (172,158,221). Sum of RGB (Red+Green+Blue) = 172+158+221=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDD is #536122. Grayscale: #A9A9A9. Windows color (decimal): -5464355 or 14524076. OLE color: 14524076.

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

Color convert

RGB172158221-
CMYK0.220.2900.13
HSL253.33º48.09%74.31%-
HSV(B)253.33º28.51%86.67%-
XYZ42.2938.4473.6-
YUV169.37157.14129.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 158 (62.11% from 255) = 28.68%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=31.22%
G=28.68%
B=40.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721582210.220.2900.13253.3348.0974.31
HexAC9EDD161D0Dfd304a
Octal254236335263501537560112
Binary101011001001111011011101101101110101101111111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EDD; }

 p { color: rgb(172,158,221); }

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

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

 a { background-color: rgb(172,158,221); }

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

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

 span { border-color: rgb(172,158,221); }

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