#AE8FE8

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

Shades of Biloba Flower #AE8FE8

Tints of Biloba Flower #AE8FE8

Color information

#AE8FE8 (or 0xAE8FE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and E8. RGB value is (174,143,232). Sum of RGB (Red+Green+Blue) = 174+143+232=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FE8 is #517017. Grayscale: #A2A2A2. Windows color (decimal): -5337112 or 15241134. OLE color: 15241134.

HSL color Cylindrical-coordinate representation of color #AE8FE8: hue angle of 260.9º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE8FE8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174143232-
CMYK0.250.3800.09
HSL260.9º65.93%73.53%-
HSV(B)260.9º38.36%90.98%-
XYZ41.8434.4780.79-
YUV162.42167.27136.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=31.69%
G=26.05%
B=42.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741432320.250.3800.09260.965.9373.53
HexAE8FE8192609105424a
Octal2562173503146011405102112
Binary101011101000111111101000110011001100100110000010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FE8; }

 p { color: rgb(174,143,232); }

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

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

 a { background-color: rgb(174,143,232); }

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

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

 span { border-color: rgb(174,143,232); }

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