#AA98CC

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

Shades of Biloba Flower #AA98CC

Tints of Biloba Flower #AA98CC

Color information

#AA98CC (or 0xAA98CC) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and CC. RGB value is (170,152,204). Sum of RGB (Red+Green+Blue) = 170+152+204=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA98CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98CC is #556733. Grayscale: #A3A3A3. Windows color (decimal): -5596980 or 13408426. OLE color: 13408426.

HSL color Cylindrical-coordinate representation of color #AA98CC: hue angle of 260.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA98CC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170152204-
CMYK0.170.2500.2
HSL260.77º33.77%69.8%-
HSV(B)260.77º25.49%80%-
XYZ38.735.3661.91-
YUV163.31150.96132.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=32.32%
G=28.90%
B=38.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701522040.170.2500.2260.7733.7769.8
HexAA98CC11190141052246
Octal252230314213102440542106
Binary10101010100110001100110010001110010101001000001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98CC; }

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

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

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

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

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

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

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

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