#AE93DA

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

Shades of Biloba Flower #AE93DA

Tints of Biloba Flower #AE93DA

Color information

#AE93DA (or 0xAE93DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and DA. RGB value is (174,147,218). Sum of RGB (Red+Green+Blue) = 174+147+218=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93DA is #516C25. Grayscale: #A2A2A2. Windows color (decimal): -5336102 or 14324654. OLE color: 14324654.

HSL color Cylindrical-coordinate representation of color #AE93DA: hue angle of 262.82º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE93DA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174147218-
CMYK0.200.3300.15
HSL262.82º48.97%71.57%-
HSV(B)262.82º32.57%85.49%-
XYZ40.5434.9370.93-
YUV163.17158.95135.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=32.28%
G=27.27%
B=40.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741472180.200.3300.15262.8248.9771.57
HexAE93DA14210F1073148
Octal256223332244101740761110
Binary10101110100100111101101010100100001011111000001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93DA; }

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

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

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

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

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

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

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

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