#AC8AEC

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

Shades of Biloba Flower #AC8AEC

Tints of Biloba Flower #AC8AEC

Color information

#AC8AEC (or 0xAC8AEC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and EC. RGB value is (172,138,236). Sum of RGB (Red+Green+Blue) = 172+138+236=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AEC is #537513. Grayscale: #9E9E9E. Windows color (decimal): -5469460 or 15501996. OLE color: 15501996.

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

Color convert

RGB172138236-
CMYK0.270.4200.07
HSL260.82º72.06%73.33%-
HSV(B)260.82º41.53%92.55%-
XYZ41.243383.55-
YUV159.34171.26137.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=31.50%
G=25.27%
B=43.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721382360.270.4200.07260.8272.0673.33
HexAC8AEC1B2A071054849
Octal254212354335207405110111
Binary10101100100010101110110011011101010011110000010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AEC; }

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

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

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

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

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

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

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

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