#AA8CFC

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

Shades of Biloba Flower #AA8CFC

Tints of Biloba Flower #AA8CFC

Color information

#AA8CFC (or 0xAA8CFC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and FC. RGB value is (170,140,252). Sum of RGB (Red+Green+Blue) = 170+140+252=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFC is #557303. Grayscale: #A1A1A1. Windows color (decimal): -5600004 or 16551082. OLE color: 16551082.

HSL color Cylindrical-coordinate representation of color #AA8CFC: hue angle of 256.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8CFC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170140252-
CMYK0.330.4400.01
HSL256.07º94.92%76.86%-
HSV(B)256.07º44.44%98.82%-
XYZ43.5334.3396.43-
YUV161.74178.94133.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=30.25%
G=24.91%
B=44.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701402520.330.4400.01256.0794.9276.86
HexAA8CFC212C011005f4d
Octal252214374415401400137115
Binary1010101010001100111111001000011011000110000000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CFC; }

 p { color: rgb(170,140,252); }

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

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

 a { background-color: rgb(170,140,252); }

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

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

 span { border-color: rgb(170,140,252); }

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