#AE93CF

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

Shades of Biloba Flower #AE93CF

Tints of Biloba Flower #AE93CF

Color information

#AE93CF (or 0xAE93CF) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and CF. RGB value is (174,147,207). Sum of RGB (Red+Green+Blue) = 174+147+207=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93CF is #516C30. Grayscale: #A1A1A1. Windows color (decimal): -5336113 or 13603758. OLE color: 13603758.

HSL color Cylindrical-coordinate representation of color #AE93CF: hue angle of 267º 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 #AE93CF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174147207-
CMYK0.160.2900.19
HSL267º38.46%69.41%-
HSV(B)267º28.99%81.18%-
XYZ39.1534.3763.6-
YUV161.91153.45136.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=32.95%
G=27.84%
B=39.20%

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
Decimal1741472070.160.2900.1926738.4669.41
HexAE93CF101D01310b2645
Octal256223317203502341346105
Binary10101110100100111100111110000111010100111000010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93CF; }

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

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

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

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

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

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

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

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