#AE93C8

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

Shades of Biloba Flower #AE93C8

Tints of Biloba Flower #AE93C8

Color information

#AE93C8 (or 0xAE93C8) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and C8. RGB value is (174,147,200). Sum of RGB (Red+Green+Blue) = 174+147+200=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE93C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93C8 is #516C37. Grayscale: #A0A0A0. Windows color (decimal): -5336120 or 13145006. OLE color: 13145006.

HSL color Cylindrical-coordinate representation of color #AE93C8: hue angle of 270.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE93C8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174147200-
CMYK0.130.2600.22
HSL270.57º32.52%68.04%-
HSV(B)270.57º26.5%78.43%-
XYZ38.3134.0459.19-
YUV161.12149.95137.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=33.40%
G=28.21%
B=38.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741472000.130.2600.22270.5732.5268.04
HexAE93C8D1A01610f2144
Octal256223310153202641741104
Binary1010111010010011110010001101110100101101000011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93C8; }

 p { color: rgb(174,147,200); }

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

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

 a { background-color: rgb(174,147,200); }

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

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

 span { border-color: rgb(174,147,200); }

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