#AE8CD4

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

Shades of Biloba Flower #AE8CD4

Tints of Biloba Flower #AE8CD4

Color information

#AE8CD4 (or 0xAE8CD4) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and D4. RGB value is (174,140,212). Sum of RGB (Red+Green+Blue) = 174+140+212=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE8CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CD4 is #51732B. Grayscale: #9E9E9E. Windows color (decimal): -5337900 or 13929646. OLE color: 13929646.

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

Color convert

RGB174140212-
CMYK0.180.3400.17
HSL268.33º45.57%69.02%-
HSV(B)268.33º33.96%83.14%-
XYZ38.7232.5166.52-
YUV158.37158.26139.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=33.08%
G=26.62%
B=40.30%

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
Decimal1741402120.180.3400.17268.3345.5769.02
HexAE8CD4122201110c2e45
Octal256214324224202141456105
Binary101011101000110011010100100101000100100011000011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CD4; }

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

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

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

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

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

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

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

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