#AE97DB

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

Shades of Biloba Flower #AE97DB

Tints of Biloba Flower #AE97DB

Color information

#AE97DB (or 0xAE97DB) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and DB. RGB value is (174,151,219). Sum of RGB (Red+Green+Blue) = 174+151+219=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97DB is #516824. Grayscale: #A5A5A5. Windows color (decimal): -5335077 or 14391214. OLE color: 14391214.

HSL color Cylindrical-coordinate representation of color #AE97DB: hue angle of 260.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE97DB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174151219-
CMYK0.210.3100.14
HSL260.29º48.57%72.55%-
HSV(B)260.29º31.05%85.88%-
XYZ41.3136.2571.84-
YUV165.63158.12133.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=31.99%
G=27.76%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741512190.210.3100.14260.2948.5772.55
HexAE97DB151F0E1043149
Octal256227333253701640461111
Binary1010111010010111110110111010111111011101000001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97DB; }

 p { color: rgb(174,151,219); }

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

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

 a { background-color: rgb(174,151,219); }

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

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

 span { border-color: rgb(174,151,219); }

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