#AC86EE

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

Shades of Biloba Flower #AC86EE

Tints of Biloba Flower #AC86EE

Color information

#AC86EE (or 0xAC86EE) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and EE. RGB value is (172,134,238). Sum of RGB (Red+Green+Blue) = 172+134+238=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86EE is #537911. Grayscale: #9C9C9C. Windows color (decimal): -5470482 or 15632044. OLE color: 15632044.

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

Color convert

RGB172134238-
CMYK0.280.4400.07
HSL261.92º75.36%72.94%-
HSV(B)261.92º43.7%93.33%-
XYZ40.9731.9984.9-
YUV157.22173.59138.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=31.62%
G=24.63%
B=43.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721342380.280.4400.07261.9275.3672.94
HexAC86EE1C2C071064b49
Octal254206356345407406113111
Binary10101100100001101110111011100101100011110000011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86EE; }

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

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

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

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

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

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

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

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