#AE9AC8

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

Shades of Biloba Flower #AE9AC8

Tints of Biloba Flower #AE9AC8

Color information

#AE9AC8 (or 0xAE9AC8) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and C8. RGB value is (174,154,200). Sum of RGB (Red+Green+Blue) = 174+154+200=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9AC8 is #516537. Grayscale: #A5A5A5. Windows color (decimal): -5334328 or 13146798. OLE color: 13146798.

HSL color Cylindrical-coordinate representation of color #AE9AC8: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9AC8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174154200-
CMYK0.130.2300.22
HSL266.09º29.49%69.41%-
HSV(B)266.09º23%78.43%-
XYZ39.4436.2859.57-
YUV165.22147.63134.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=32.95%
G=29.17%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741542000.130.2300.22266.0929.4969.41
HexAE9AC8D1701610a1d45
Octal256232310152702641235105
Binary101011101001101011001000110110111010110100001010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AC8; }

 p { color: rgb(174,154,200); }

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

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

 a { background-color: rgb(174,154,200); }

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

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

 span { border-color: rgb(174,154,200); }

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