#AE9BDF

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

Shades of Biloba Flower #AE9BDF

Tints of Biloba Flower #AE9BDF

Color information

#AE9BDF (or 0xAE9BDF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and DF. RGB value is (174,155,223). Sum of RGB (Red+Green+Blue) = 174+155+223=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDF is #516420. Grayscale: #A8A8A8. Windows color (decimal): -5334049 or 14654382. OLE color: 14654382.

HSL color Cylindrical-coordinate representation of color #AE9BDF: hue angle of 256.76º degrees, saturation: 0.52, 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 #AE9BDF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174155223-
CMYK0.220.3000.13
HSL256.76º51.52%74.12%-
HSV(B)256.76º30.49%87.45%-
XYZ42.537.7774.86-
YUV168.43158.79131.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=31.52%
G=28.08%
B=40.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741552230.220.3000.13256.7651.5274.12
HexAE9BDF161E0D101344a
Octal256233337263601540164112
Binary1010111010011011110111111011011110011011000000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BDF; }

 p { color: rgb(174,155,223); }

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

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

 a { background-color: rgb(174,155,223); }

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

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

 span { border-color: rgb(174,155,223); }

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