#AE93CC

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

Shades of Biloba Flower #AE93CC

Tints of Biloba Flower #AE93CC

Color information

#AE93CC (or 0xAE93CC) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and CC. RGB value is (174,147,204). Sum of RGB (Red+Green+Blue) = 174+147+204=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93CC is #516C33. Grayscale: #A1A1A1. Windows color (decimal): -5336116 or 13407150. OLE color: 13407150.

HSL color Cylindrical-coordinate representation of color #AE93CC: hue angle of 268.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE93CC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174147204-
CMYK0.150.2800.2
HSL268.42º35.85%68.82%-
HSV(B)268.42º27.94%80%-
XYZ38.7934.2361.69-
YUV161.57151.95136.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=33.14%
G=28%
B=38.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741472040.150.2800.2268.4235.8568.82
HexAE93CCF1C01410c2445
Octal256223314173402441444105
Binary1010111010010011110011001111111000101001000011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93CC; }

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

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

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

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

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

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

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

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