#AE8BD5

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

Shades of Biloba Flower #AE8BD5

Tints of Biloba Flower #AE8BD5

Color information

#AE8BD5 (or 0xAE8BD5) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and D5. RGB value is (174,139,213). Sum of RGB (Red+Green+Blue) = 174+139+213=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE8BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD5 is #51742A. Grayscale: #9D9D9D. Windows color (decimal): -5338155 or 13994926. OLE color: 13994926.

HSL color Cylindrical-coordinate representation of color #AE8BD5: hue angle of 268.38º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE8BD5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174139213-
CMYK0.180.3500.16
HSL268.38º46.84%69.02%-
HSV(B)268.38º34.74%83.53%-
XYZ38.732.2767.14-
YUV157.9159.1139.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=33.08%
G=26.43%
B=40.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741392130.180.3500.16268.3846.8469.02
HexAE8BD5122301010c2f45
Octal256213325224302041457105
Binary101011101000101111010101100101000110100001000011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BD5; }

 p { color: rgb(174,139,213); }

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

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

 a { background-color: rgb(174,139,213); }

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

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

 span { border-color: rgb(174,139,213); }

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