#AC9ED9

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

Shades of Biloba Flower #AC9ED9

Tints of Biloba Flower #AC9ED9

Color information

#AC9ED9 (or 0xAC9ED9) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and D9. RGB value is (172,158,217). Sum of RGB (Red+Green+Blue) = 172+158+217=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC9ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ED9 is #536126. Grayscale: #A8A8A8. Windows color (decimal): -5464359 or 14261932. OLE color: 14261932.

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

Color convert

RGB172158217-
CMYK0.210.2700.15
HSL254.24º43.7%73.53%-
HSV(B)254.24º27.19%85.1%-
XYZ41.7638.2370.82-
YUV168.91155.14130.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=31.44%
G=28.88%
B=39.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721582170.210.2700.15254.2443.773.53
HexAC9ED9151B0Ffe2c4a
Octal254236331253301737654112
Binary101011001001111011011001101011101101111111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ED9; }

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

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

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

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

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

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

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

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