#AE8FFF

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

Shades of Biloba Flower #AE8FFF

Tints of Biloba Flower #AE8FFF

Color information

#AE8FFF (or 0xAE8FFF) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and FF. RGB value is (174,143,255). Sum of RGB (Red+Green+Blue) = 174+143+255=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FFF is #517000. Grayscale: #A4A4A4. Windows color (decimal): -5337089 or 16748462. OLE color: 16748462.

HSL color Cylindrical-coordinate representation of color #AE8FFF: hue angle of 256.61º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8FFF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174143255-
CMYK0.320.4400
HSL256.61º100%78.04%-
HSV(B)256.61º43.92%100%-
XYZ45.3335.8699.14-
YUV165.04178.77134.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 255 (100% from 255) = 44.58%
R=30.42%
G=25%
B=44.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741432550.320.4400256.6110078.04
HexAE8FFF202C00101644e
Octal256217377405400401144116
Binary1010111010001111111111111000001011000010000000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FFF; }

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

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

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

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

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

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

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

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