#AC9EED

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

Shades of Biloba Flower #AC9EED

Tints of Biloba Flower #AC9EED

Color information

#AC9EED (or 0xAC9EED) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and ED. RGB value is (172,158,237). Sum of RGB (Red+Green+Blue) = 172+158+237=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EED is #536112. Grayscale: #AAAAAA. Windows color (decimal): -5464339 or 15572652. OLE color: 15572652.

HSL color Cylindrical-coordinate representation of color #AC9EED: hue angle of 250.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9EED is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172158237-
CMYK0.270.3300.07
HSL250.63º68.7%77.45%-
HSV(B)250.63º33.33%92.94%-
XYZ44.5339.3485.37-
YUV171.19165.14128.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=30.34%
G=27.87%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721582370.270.3300.07250.6368.777.45
HexAC9EED1B2107fb454d
Octal254236355334107373105115
Binary1010110010011110111011011101110000101111111101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EED; }

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

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

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

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

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

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

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

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