#AA92FD

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

Shades of Biloba Flower #AA92FD

Tints of Biloba Flower #AA92FD

Color information

#AA92FD (or 0xAA92FD) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and FD. RGB value is (170,146,253). Sum of RGB (Red+Green+Blue) = 170+146+253=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA92FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92FD is #556D02. Grayscale: #A4A4A4. Windows color (decimal): -5598467 or 16618154. OLE color: 16618154.

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

Color convert

RGB170146253-
CMYK0.330.4200.01
HSL253.46º96.4%78.24%-
HSV(B)253.46º42.29%99.22%-
XYZ44.5936.297.57-
YUV165.37177.45131.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 146 (57.42% from 255) = 25.66%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=29.88%
G=25.66%
B=44.46%

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
Decimal1701462530.330.4200.01253.4696.478.24
HexAA92FD212A01fd604e
Octal252222375415201375140116
Binary101010101001001011111101100001101010011111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92FD; }

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

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

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

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

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

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

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

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