#AA98C1

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

Shades of Biloba Flower #AA98C1

Tints of Biloba Flower #AA98C1

Color information

#AA98C1 (or 0xAA98C1) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and C1. RGB value is (170,152,193). Sum of RGB (Red+Green+Blue) = 170+152+193=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C1 is #55673E. Grayscale: #A1A1A1. Windows color (decimal): -5596991 or 12687530. OLE color: 12687530.

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

Color convert

RGB170152193-
CMYK0.120.2100.24
HSL266.34º24.85%67.65%-
HSV(B)266.34º21.24%75.69%-
XYZ37.4334.8555.21-
YUV162.06145.46133.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=33.01%
G=29.51%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701521930.120.2100.24266.3424.8567.65
HexAA98C1C1501810a1944
Octal252230301142503041231104
Binary101010101001100011000001110010101011000100001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98C1; }

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

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

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

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

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

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

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

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