#AE8AE3

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

Shades of Biloba Flower #AE8AE3

Tints of Biloba Flower #AE8AE3

Color information

#AE8AE3 (or 0xAE8AE3) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and E3. RGB value is (174,138,227). Sum of RGB (Red+Green+Blue) = 174+138+227=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE8AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8AE3 is #51751C. Grayscale: #9E9E9E. Windows color (decimal): -5338397 or 14912174. OLE color: 14912174.

HSL color Cylindrical-coordinate representation of color #AE8AE3: hue angle of 264.27º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8AE3 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174138227-
CMYK0.230.3900.11
HSL264.27º61.38%71.57%-
HSV(B)264.27º39.21%89.02%-
XYZ40.4132.7276.86-
YUV158.91166.43138.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 227 (89.06% from 255) = 42.12%
R=32.28%
G=25.60%
B=42.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741382270.230.3900.11264.2761.3871.57
HexAE8AE317270B1083d48
Octal256212343274701341075110
Binary10101110100010101110001110111100111010111000010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AE3; }

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

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

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

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

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

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

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

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