#AA8BFD

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

Shades of Biloba Flower #AA8BFD

Tints of Biloba Flower #AA8BFD

Color information

#AA8BFD (or 0xAA8BFD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and FD. RGB value is (170,139,253). Sum of RGB (Red+Green+Blue) = 170+139+253=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BFD is #557402. Grayscale: #A0A0A0. Windows color (decimal): -5600259 or 16616362. OLE color: 16616362.

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

Color convert

RGB170139253-
CMYK0.330.4500.01
HSL256.32º96.61%76.86%-
HSV(B)256.32º45.06%99.22%-
XYZ43.5434.197.22-
YUV161.27179.77134.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=30.25%
G=24.73%
B=45.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701392530.330.4500.01256.3296.6176.86
HexAA8BFD212D01100614d
Octal252213375415501400141115
Binary1010101010001011111111011000011011010110000000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BFD; }

 p { color: rgb(170,139,253); }

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

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

 a { background-color: rgb(170,139,253); }

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

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

 span { border-color: rgb(170,139,253); }

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