#AE9AEB

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

Shades of Biloba Flower #AE9AEB

Tints of Biloba Flower #AE9AEB

Color information

#AE9AEB (or 0xAE9AEB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and EB. RGB value is (174,154,235). Sum of RGB (Red+Green+Blue) = 174+154+235=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AEB is #516514. Grayscale: #A8A8A8. Windows color (decimal): -5334293 or 15440558. OLE color: 15440558.

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

Color convert

RGB174154235-
CMYK0.260.3400.08
HSL254.81º66.94%76.27%-
HSV(B)254.81º34.47%92.16%-
XYZ44.0138.1183.63-
YUV169.21165.13131.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=30.91%
G=27.35%
B=41.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741542350.260.3400.08254.8166.9476.27
HexAE9AEB1A2208ff434c
Octal2562323533242010377103114
Binary10101110100110101110101111010100010010001111111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AEB; }

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

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

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

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

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

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

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

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