#AC9DE9

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

Shades of Biloba Flower #AC9DE9

Tints of Biloba Flower #AC9DE9

Color information

#AC9DE9 (or 0xAC9DE9) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and E9. RGB value is (172,157,233). Sum of RGB (Red+Green+Blue) = 172+157+233=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC9DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9DE9 is #536216. Grayscale: #A9A9A9. Windows color (decimal): -5464599 or 15310252. OLE color: 15310252.

HSL color Cylindrical-coordinate representation of color #AC9DE9: hue angle of 251.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9DE9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172157233-
CMYK0.260.3300.09
HSL251.84º63.33%76.47%-
HSV(B)251.84º32.62%91.37%-
XYZ43.7838.7782.27-
YUV170.15163.47129.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=30.60%
G=27.94%
B=41.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721572330.260.3300.09251.8463.3376.47
HexAC9DE91A2109fc3f4c
Octal254235351324101137477114
Binary1010110010011101111010011101010000101001111111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DE9; }

 p { color: rgb(172,157,233); }

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

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

 a { background-color: rgb(172,157,233); }

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

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

 span { border-color: rgb(172,157,233); }

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