#AA98DF

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

Shades of Biloba Flower #AA98DF

Tints of Biloba Flower #AA98DF

Color information

#AA98DF (or 0xAA98DF) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and DF. RGB value is (170,152,223). Sum of RGB (Red+Green+Blue) = 170+152+223=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DF is #556720. Grayscale: #A5A5A5. Windows color (decimal): -5596961 or 14653610. OLE color: 14653610.

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

Color convert

RGB170152223-
CMYK0.240.3200.13
HSL255.21º52.59%73.53%-
HSV(B)255.21º31.84%87.45%-
XYZ41.1336.3374.66-
YUV165.48160.46131.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=31.19%
G=27.89%
B=40.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701522230.240.3200.13255.2152.5973.53
HexAA98DF18200Dff354a
Octal252230337304001537765112
Binary1010101010011000110111111100010000001101111111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98DF; }

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

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

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

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

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

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

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

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