#AC9AE8

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

Shades of Biloba Flower #AC9AE8

Tints of Biloba Flower #AC9AE8

Color information

#AC9AE8 (or 0xAC9AE8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and E8. RGB value is (172,154,232). Sum of RGB (Red+Green+Blue) = 172+154+232=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC9AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AE8 is #536517. Grayscale: #A7A7A7. Windows color (decimal): -5465368 or 15243948. OLE color: 15243948.

HSL color Cylindrical-coordinate representation of color #AC9AE8: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9AE8 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172154232-
CMYK0.260.3400.09
HSL253.85º62.9%75.69%-
HSV(B)253.85º33.62%90.98%-
XYZ43.1337.7181.35-
YUV168.27163.96130.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=30.82%
G=27.60%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721542320.260.3400.09253.8562.975.69
HexAC9AE81A2209fe3f4c
Octal254232350324201137677114
Binary1010110010011010111010001101010001001001111111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AE8; }

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

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

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

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

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

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

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

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