#AE92DE

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

Shades of Biloba Flower #AE92DE

Tints of Biloba Flower #AE92DE

Color information

#AE92DE (or 0xAE92DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and DE. RGB value is (174,146,222). Sum of RGB (Red+Green+Blue) = 174+146+222=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE92DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92DE is #516D21. Grayscale: #A2A2A2. Windows color (decimal): -5336354 or 14586542. OLE color: 14586542.

HSL color Cylindrical-coordinate representation of color #AE92DE: hue angle of 262.11º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE92DE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174146222-
CMYK0.220.3400.13
HSL262.11º53.52%72.16%-
HSV(B)262.11º34.23%87.06%-
XYZ40.9234.8373.67-
YUV163.04161.28135.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=32.10%
G=26.94%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741462220.220.3400.13262.1153.5272.16
HexAE92DE16220D1063648
Octal256222336264201540666110
Binary10101110100100101101111010110100010011011000001101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92DE; }

 p { color: rgb(174,146,222); }

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

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

 a { background-color: rgb(174,146,222); }

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

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

 span { border-color: rgb(174,146,222); }

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