#AE8DD4

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

Shades of Biloba Flower #AE8DD4

Tints of Biloba Flower #AE8DD4

Color information

#AE8DD4 (or 0xAE8DD4) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and D4. RGB value is (174,141,212). Sum of RGB (Red+Green+Blue) = 174+141+212=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DD4 is #51722B. Grayscale: #9E9E9E. Windows color (decimal): -5337644 or 13929902. OLE color: 13929902.

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

Color convert

RGB174141212-
CMYK0.180.3300.17
HSL267.89º45.22%69.22%-
HSV(B)267.89º33.49%83.14%-
XYZ38.8632.866.57-
YUV158.96157.93138.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=33.02%
G=26.76%
B=40.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741412120.180.3300.17267.8945.2269.22
HexAE8DD4122101110c2d45
Octal256215324224102141455105
Binary101011101000110111010100100101000010100011000011001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DD4; }

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

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

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

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

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

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

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

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