#AA94FB

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

Shades of Biloba Flower #AA94FB

Tints of Biloba Flower #AA94FB

Color information

#AA94FB (or 0xAA94FB) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and FB. RGB value is (170,148,251). Sum of RGB (Red+Green+Blue) = 170+148+251=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94FB is #556B04. Grayscale: #A5A5A5. Windows color (decimal): -5597957 or 16487594. OLE color: 16487594.

HSL color Cylindrical-coordinate representation of color #AA94FB: hue angle of 252.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA94FB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170148251-
CMYK0.320.4100.02
HSL252.82º92.79%78.24%-
HSV(B)252.82º41.04%98.43%-
XYZ44.5836.6996-
YUV166.32175.79130.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=29.88%
G=26.01%
B=44.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701482510.320.4100.02252.8292.7978.24
HexAA94FB202902fd5d4e
Octal252224373405102375135116
Binary1010101010010100111110111000001010010101111110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94FB; }

 p { color: rgb(170,148,251); }

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

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

 a { background-color: rgb(170,148,251); }

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

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

 span { border-color: rgb(170,148,251); }

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