#AC9FEE

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

Shades of Biloba Flower #AC9FEE

Tints of Biloba Flower #AC9FEE

Color information

#AC9FEE (or 0xAC9FEE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and EE. RGB value is (172,159,238). Sum of RGB (Red+Green+Blue) = 172+159+238=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FEE is #536011. Grayscale: #ABABAB. Windows color (decimal): -5464082 or 15638444. OLE color: 15638444.

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

Color convert

RGB172159238-
CMYK0.280.3300.07
HSL249.87º69.91%77.84%-
HSV(B)249.87º33.19%93.33%-
XYZ44.8439.7486.2-
YUV171.89165.31128.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=30.23%
G=27.94%
B=41.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721592380.280.3300.07249.8769.9177.84
HexAC9FEE1C2107fa464e
Octal254237356344107372106116
Binary1010110010011111111011101110010000101111111101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FEE; }

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

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

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

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

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

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

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

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