#AA98DE

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

Shades of Biloba Flower #AA98DE

Tints of Biloba Flower #AA98DE

Color information

#AA98DE (or 0xAA98DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and DE. RGB value is (170,152,222). Sum of RGB (Red+Green+Blue) = 170+152+222=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DE is #556721. Grayscale: #A5A5A5. Windows color (decimal): -5596962 or 14588074. OLE color: 14588074.

HSL color Cylindrical-coordinate representation of color #AA98DE: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA98DE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170152222-
CMYK0.230.3200.13
HSL255.43º51.47%73.33%-
HSV(B)255.43º31.53%87.06%-
XYZ40.9936.2873.95-
YUV165.36159.96131.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=31.25%
G=27.94%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701522220.230.3200.13255.4351.4773.33
HexAA98DE17200Dff3349
Octal252230336274001537763111
Binary1010101010011000110111101011110000001101111111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98DE; }

 p { color: rgb(170,152,222); }

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

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

 a { background-color: rgb(170,152,222); }

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

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

 span { border-color: rgb(170,152,222); }

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