#AA94FD

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

Shades of Biloba Flower #AA94FD

Tints of Biloba Flower #AA94FD

Color information

#AA94FD (or 0xAA94FD) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and FD. RGB value is (170,148,253). Sum of RGB (Red+Green+Blue) = 170+148+253=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA94FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94FD is #556B02. Grayscale: #A6A6A6. Windows color (decimal): -5597955 or 16618666. OLE color: 16618666.

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

Color convert

RGB170148253-
CMYK0.330.4200.01
HSL252.57º96.33%78.63%-
HSV(B)252.57º41.5%99.22%-
XYZ44.936.8297.67-
YUV166.55176.79130.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=29.77%
G=25.92%
B=44.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701482530.330.4200.01252.5796.3378.63
HexAA94FD212A01fd604f
Octal252224375415201375140117
Binary101010101001010011111101100001101010011111110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94FD; }

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

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

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

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

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

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

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

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