#AC9EEE

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

Shades of Biloba Flower #AC9EEE

Tints of Biloba Flower #AC9EEE

Color information

#AC9EEE (or 0xAC9EEE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and EE. RGB value is (172,158,238). Sum of RGB (Red+Green+Blue) = 172+158+238=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EEE is #536111. Grayscale: #ABABAB. Windows color (decimal): -5464338 or 15638188. OLE color: 15638188.

HSL color Cylindrical-coordinate representation of color #AC9EEE: hue angle of 250.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9EEE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172158238-
CMYK0.280.3400.07
HSL250.5º70.18%77.65%-
HSV(B)250.5º33.61%93.33%-
XYZ44.6739.486.14-
YUV171.31165.64128.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=30.28%
G=27.82%
B=41.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721582380.280.3400.07250.570.1877.65
HexAC9EEE1C2207fa464e
Octal254236356344207372106116
Binary1010110010011110111011101110010001001111111101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EEE; }

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

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

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

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

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

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

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

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