#AE8FF1

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

Shades of Biloba Flower #AE8FF1

Tints of Biloba Flower #AE8FF1

Color information

#AE8FF1 (or 0xAE8FF1) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and F1. RGB value is (174,143,241). Sum of RGB (Red+Green+Blue) = 174+143+241=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FF1 is #51700E. Grayscale: #A3A3A3. Windows color (decimal): -5337103 or 15830958. OLE color: 15830958.

HSL color Cylindrical-coordinate representation of color #AE8FF1: hue angle of 258.98º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8FF1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174143241-
CMYK0.280.4100.05
HSL258.98º77.78%75.29%-
HSV(B)258.98º40.66%94.51%-
XYZ43.1634.9987.7-
YUV163.44171.77135.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=31.18%
G=25.63%
B=43.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741432410.280.4100.05258.9877.7875.29
HexAE8FF11C29051034e4b
Octal256217361345105403116113
Binary10101110100011111111000111100101001010110000001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FF1; }

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

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

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

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

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

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

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

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