#AA9DEB

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

Shades of Biloba Flower #AA9DEB

Tints of Biloba Flower #AA9DEB

Color information

#AA9DEB (or 0xAA9DEB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and EB. RGB value is (170,157,235). Sum of RGB (Red+Green+Blue) = 170+157+235=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA9DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DEB is #556214. Grayscale: #A9A9A9. Windows color (decimal): -5595669 or 15441322. OLE color: 15441322.

HSL color Cylindrical-coordinate representation of color #AA9DEB: hue angle of 250º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9DEB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170157235-
CMYK0.280.3300.08
HSL250º66.1%76.86%-
HSV(B)250º33.19%92.16%-
XYZ43.6338.6683.76-
YUV169.78164.81128.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=30.25%
G=27.94%
B=41.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701572350.280.3300.0825066.176.86
HexAA9DEB1C2108fa424d
Octal2522353533441010372102115
Binary10101010100111011110101111100100001010001111101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DEB; }

 p { color: rgb(170,157,235); }

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

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

 a { background-color: rgb(170,157,235); }

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

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

 span { border-color: rgb(170,157,235); }

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