#AC9AE1

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

Shades of Biloba Flower #AC9AE1

Tints of Biloba Flower #AC9AE1

Color information

#AC9AE1 (or 0xAC9AE1) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and E1. RGB value is (172,154,225). Sum of RGB (Red+Green+Blue) = 172+154+225=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC9AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9AE1 is #53651E. Grayscale: #A7A7A7. Windows color (decimal): -5465375 or 14785196. OLE color: 14785196.

HSL color Cylindrical-coordinate representation of color #AC9AE1: hue angle of 255.21º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9AE1 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172154225-
CMYK0.240.3200.12
HSL255.21º54.2%74.31%-
HSV(B)255.21º31.56%88.24%-
XYZ42.1637.3276.22-
YUV167.48160.46131.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=31.22%
G=27.95%
B=40.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721542250.240.3200.12255.2154.274.31
HexAC9AE118200Cff364a
Octal254232341304001437766112
Binary1010110010011010111000011100010000001100111111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AE1; }

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

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

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

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

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

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

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

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