#AE8DEB

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

Shades of Biloba Flower #AE8DEB

Tints of Biloba Flower #AE8DEB

Color information

#AE8DEB (or 0xAE8DEB) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and EB. RGB value is (174,141,235). Sum of RGB (Red+Green+Blue) = 174+141+235=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8DEB is #517214. Grayscale: #A1A1A1. Windows color (decimal): -5337621 or 15437230. OLE color: 15437230.

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

Color convert

RGB174141235-
CMYK0.260.400.08
HSL261.06º70.15%73.73%-
HSV(B)261.06º40%92.16%-
XYZ41.9834.0582.96-
YUV161.58169.43136.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=31.64%
G=25.64%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741412350.260.400.08261.0670.1573.73
HexAE8DEB1A2808105464a
Octal2562153533250010405106112
Binary101011101000110111101011110101010000100010000010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DEB; }

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

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

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

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

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

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

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

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