#AA98C3

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

Shades of Biloba Flower #AA98C3

Tints of Biloba Flower #AA98C3

Color information

#AA98C3 (or 0xAA98C3) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and C3. RGB value is (170,152,195). Sum of RGB (Red+Green+Blue) = 170+152+195=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA98C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C3 is #55673C. Grayscale: #A2A2A2. Windows color (decimal): -5596989 or 12818602. OLE color: 12818602.

HSL color Cylindrical-coordinate representation of color #AA98C3: hue angle of 265.12º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA98C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170152195-
CMYK0.130.2200.24
HSL265.12º26.38%68.04%-
HSV(B)265.12º22.05%76.47%-
XYZ37.6634.9456.39-
YUV162.28146.46133.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=32.88%
G=29.40%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701521950.130.2200.24265.1226.3868.04
HexAA98C3D160181091a44
Octal252230303152603041132104
Binary101010101001100011000011110110110011000100001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98C3; }

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

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

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

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

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

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

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

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