#AE8CD5

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

Shades of Biloba Flower #AE8CD5

Tints of Biloba Flower #AE8CD5

Color information

#AE8CD5 (or 0xAE8CD5) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and D5. RGB value is (174,140,213). Sum of RGB (Red+Green+Blue) = 174+140+213=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE8CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CD5 is #51732A. Grayscale: #9E9E9E. Windows color (decimal): -5337899 or 13995182. OLE color: 13995182.

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

Color convert

RGB174140213-
CMYK0.180.3400.16
HSL267.95º46.5%69.22%-
HSV(B)267.95º34.27%83.53%-
XYZ38.8432.5667.19-
YUV158.49158.76139.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=33.02%
G=26.57%
B=40.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741402130.180.3400.16267.9546.569.22
HexAE8CD5122201010c2e45
Octal256214325224202041456105
Binary101011101000110011010101100101000100100001000011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CD5; }

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

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

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

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

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

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

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

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