#AC9AEC

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

Shades of Biloba Flower #AC9AEC

Tints of Biloba Flower #AC9AEC

Color information

#AC9AEC (or 0xAC9AEC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and EC. RGB value is (172,154,236). Sum of RGB (Red+Green+Blue) = 172+154+236=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AEC is #536513. Grayscale: #A8A8A8. Windows color (decimal): -5465364 or 15506092. OLE color: 15506092.

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

Color convert

RGB172154236-
CMYK0.270.3500.07
HSL253.17º68.33%76.47%-
HSV(B)253.17º34.75%92.55%-
XYZ43.7137.9484.38-
YUV168.73165.96130.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=30.60%
G=27.40%
B=41.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721542360.270.3500.07253.1768.3376.47
HexAC9AEC1B2307fd444c
Octal254232354334307375104114
Binary1010110010011010111011001101110001101111111110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AEC; }

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

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

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

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

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

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

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

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