#AE8ADF

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

Shades of Biloba Flower #AE8ADF

Tints of Biloba Flower #AE8ADF

Color information

#AE8ADF (or 0xAE8ADF) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and DF. RGB value is (174,138,223). Sum of RGB (Red+Green+Blue) = 174+138+223=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ADF is #517520. Grayscale: #9E9E9E. Windows color (decimal): -5338401 or 14650030. OLE color: 14650030.

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

Color convert

RGB174138223-
CMYK0.220.3800.13
HSL265.41º57.05%70.78%-
HSV(B)265.41º38.12%87.45%-
XYZ39.8632.573.98-
YUV158.45164.43139.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=32.52%
G=25.79%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741382230.220.3800.13265.4157.0570.78
HexAE8ADF16260D1093947
Octal256212337264601541171107
Binary10101110100010101101111110110100110011011000010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ADF; }

 p { color: rgb(174,138,223); }

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

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

 a { background-color: rgb(174,138,223); }

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

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

 span { border-color: rgb(174,138,223); }

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