#AE9BD3

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

Shades of Biloba Flower #AE9BD3

Tints of Biloba Flower #AE9BD3

Color information

#AE9BD3 (or 0xAE9BD3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and D3. RGB value is (174,155,211). Sum of RGB (Red+Green+Blue) = 174+155+211=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE9BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BD3 is #51642C. Grayscale: #A6A6A6. Windows color (decimal): -5334061 or 13867950. OLE color: 13867950.

HSL color Cylindrical-coordinate representation of color #AE9BD3: hue angle of 260.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9BD3 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174155211-
CMYK0.180.2700.17
HSL260.36º38.89%71.76%-
HSV(B)260.36º26.54%82.75%-
XYZ40.9337.1466.64-
YUV167.06152.79132.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=32.22%
G=28.70%
B=39.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741552110.180.2700.17260.3638.8971.76
HexAE9BD3121B0111042748
Octal256233323223302140447110
Binary10101110100110111101001110010110110100011000001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BD3; }

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

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

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

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

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

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

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

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