#AE8CD3

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

Shades of Biloba Flower #AE8CD3

Tints of Biloba Flower #AE8CD3

Color information

#AE8CD3 (or 0xAE8CD3) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and D3. RGB value is (174,140,211). Sum of RGB (Red+Green+Blue) = 174+140+211=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE8CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CD3 is #51732C. Grayscale: #9E9E9E. Windows color (decimal): -5337901 or 13864110. OLE color: 13864110.

HSL color Cylindrical-coordinate representation of color #AE8CD3: hue angle of 268.73º degrees, saturation: 0.45, 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 #AE8CD3 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174140211-
CMYK0.180.3400.17
HSL268.73º44.65%68.82%-
HSV(B)268.73º33.65%82.75%-
XYZ38.5932.4665.86-
YUV158.26157.76139.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=33.14%
G=26.67%
B=40.19%

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
Decimal1741402110.180.3400.17268.7344.6568.82
HexAE8CD3122201110d2d45
Octal256214323224202141555105
Binary101011101000110011010011100101000100100011000011011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CD3; }

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

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

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

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

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

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

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

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