#AA8CFD

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

Shades of Biloba Flower #AA8CFD

Tints of Biloba Flower #AA8CFD

Color information

#AA8CFD (or 0xAA8CFD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and FD. RGB value is (170,140,253). Sum of RGB (Red+Green+Blue) = 170+140+253=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFD is #557302. Grayscale: #A1A1A1. Windows color (decimal): -5600003 or 16616618. OLE color: 16616618.

HSL color Cylindrical-coordinate representation of color #AA8CFD: hue angle of 255.93º 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 #AA8CFD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170140253-
CMYK0.330.4500.01
HSL255.93º96.58%77.06%-
HSV(B)255.93º44.66%99.22%-
XYZ43.6934.3997.26-
YUV161.85179.44133.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=30.20%
G=24.87%
B=44.94%

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
Decimal1701402530.330.4500.01255.9396.5877.06
HexAA8CFD212D01100614d
Octal252214375415501400141115
Binary1010101010001100111111011000011011010110000000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CFD; }

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

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

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

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

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

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

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

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