#AC8AEE

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

Shades of Biloba Flower #AC8AEE

Tints of Biloba Flower #AC8AEE

Color information

#AC8AEE (or 0xAC8AEE) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and EE. RGB value is (172,138,238). Sum of RGB (Red+Green+Blue) = 172+138+238=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AEE is #537511. Grayscale: #9F9F9F. Windows color (decimal): -5469458 or 15633068. OLE color: 15633068.

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

Color convert

RGB172138238-
CMYK0.280.4200.07
HSL260.4º74.63%73.73%-
HSV(B)260.4º42.02%93.33%-
XYZ41.5333.1285.09-
YUV159.57172.26136.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=31.39%
G=25.18%
B=43.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721382380.280.4200.07260.474.6373.73
HexAC8AEE1C2A071044b4a
Octal254212356345207404113112
Binary10101100100010101110111011100101010011110000010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AEE; }

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

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

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

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

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

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

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

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