#AC9AE9

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

Shades of Biloba Flower #AC9AE9

Tints of Biloba Flower #AC9AE9

Color information

#AC9AE9 (or 0xAC9AE9) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and E9. RGB value is (172,154,233). Sum of RGB (Red+Green+Blue) = 172+154+233=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC9AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AE9 is #536516. Grayscale: #A8A8A8. Windows color (decimal): -5465367 or 15309484. OLE color: 15309484.

HSL color Cylindrical-coordinate representation of color #AC9AE9: hue angle of 253.67º degrees, saturation: 0.64, 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 #AC9AE9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172154233-
CMYK0.260.3400.09
HSL253.67º64.23%75.88%-
HSV(B)253.67º33.91%91.37%-
XYZ43.2837.7782.1-
YUV168.39164.46130.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=30.77%
G=27.55%
B=41.68%

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
Decimal1721542330.260.3400.09253.6764.2375.88
HexAC9AE91A2209fe404c
Octal2542323513242011376100114
Binary10101100100110101110100111010100010010011111111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AE9; }

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

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

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

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

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

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

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

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