#AE93CE

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

Shades of Biloba Flower #AE93CE

Tints of Biloba Flower #AE93CE

Color information

#AE93CE (or 0xAE93CE) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and CE. RGB value is (174,147,206). Sum of RGB (Red+Green+Blue) = 174+147+206=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93CE is #516C31. Grayscale: #A1A1A1. Windows color (decimal): -5336114 or 13538222. OLE color: 13538222.

HSL color Cylindrical-coordinate representation of color #AE93CE: hue angle of 267.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE93CE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174147206-
CMYK0.160.2900.19
HSL267.46º37.58%69.22%-
HSV(B)267.46º28.64%80.78%-
XYZ39.0334.3262.96-
YUV161.8152.95136.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=33.02%
G=27.89%
B=39.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741472060.160.2900.19267.4637.5869.22
HexAE93CE101D01310b2645
Octal256223316203502341346105
Binary10101110100100111100111010000111010100111000010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93CE; }

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

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

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

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

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

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

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

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