#AE8FEB

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

Shades of Biloba Flower #AE8FEB

Tints of Biloba Flower #AE8FEB

Color information

#AE8FEB (or 0xAE8FEB) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and EB. RGB value is (174,143,235). Sum of RGB (Red+Green+Blue) = 174+143+235=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FEB is #517014. Grayscale: #A2A2A2. Windows color (decimal): -5337109 or 15437742. OLE color: 15437742.

HSL color Cylindrical-coordinate representation of color #AE8FEB: hue angle of 260.22º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8FEB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174143235-
CMYK0.260.3900.08
HSL260.22º69.7%74.12%-
HSV(B)260.22º39.15%92.16%-
XYZ42.2734.6483.06-
YUV162.76168.77136.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=31.52%
G=25.91%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741432350.260.3900.08260.2269.774.12
HexAE8FEB1A2708104464a
Octal2562173533247010404106112
Binary101011101000111111101011110101001110100010000010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FEB; }

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

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

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

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

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

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

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

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