#AE9ADD

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

Shades of Biloba Flower #AE9ADD

Tints of Biloba Flower #AE9ADD

Color information

#AE9ADD (or 0xAE9ADD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and DD. RGB value is (174,154,221). Sum of RGB (Red+Green+Blue) = 174+154+221=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ADD is #516522. Grayscale: #A7A7A7. Windows color (decimal): -5334307 or 14523054. OLE color: 14523054.

HSL color Cylindrical-coordinate representation of color #AE9ADD: hue angle of 257.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9ADD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174154221-
CMYK0.210.3000.13
HSL257.91º49.63%73.53%-
HSV(B)257.91º30.32%86.67%-
XYZ42.0637.3373.4-
YUV167.62158.13132.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=31.69%
G=28.05%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741542210.210.3000.13257.9149.6373.53
HexAE9ADD151E0D102324a
Octal256232335253601540262112
Binary1010111010011010110111011010111110011011000000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ADD; }

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

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

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

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

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

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

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

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