#AA98D5

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

Shades of Biloba Flower #AA98D5

Tints of Biloba Flower #AA98D5

Color information

#AA98D5 (or 0xAA98D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and D5. RGB value is (170,152,213). Sum of RGB (Red+Green+Blue) = 170+152+213=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98D5 is #55672A. Grayscale: #A4A4A4. Windows color (decimal): -5596971 or 13998250. OLE color: 13998250.

HSL color Cylindrical-coordinate representation of color #AA98D5: hue angle of 257.7º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA98D5 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170152213-
CMYK0.200.2900.16
HSL257.7º42.07%71.57%-
HSV(B)257.7º28.64%83.53%-
XYZ39.8235.8167.76-
YUV164.34155.46132.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.78%
G=28.41%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701522130.200.2900.16257.742.0771.57
HexAA98D5141D0101022a48
Octal252230325243502040252110
Binary10101010100110001101010110100111010100001000000101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98D5; }

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

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

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

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

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

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

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

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