#AE8BD4

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

Shades of Biloba Flower #AE8BD4

Tints of Biloba Flower #AE8BD4

Color information

#AE8BD4 (or 0xAE8BD4) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and D4. RGB value is (174,139,212). Sum of RGB (Red+Green+Blue) = 174+139+212=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE8BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD4 is #51742B. Grayscale: #9D9D9D. Windows color (decimal): -5338156 or 13929390. OLE color: 13929390.

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

Color convert

RGB174139212-
CMYK0.180.3400.17
HSL268.77º45.91%68.82%-
HSV(B)268.77º34.43%83.14%-
XYZ38.5732.2266.47-
YUV157.79158.6139.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=33.14%
G=26.48%
B=40.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741392120.180.3400.17268.7745.9168.82
HexAE8BD4122201110d2e45
Octal256213324224202141556105
Binary101011101000101111010100100101000100100011000011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BD4; }

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

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

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

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

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

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

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

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