#AA92ED

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

Shades of Biloba Flower #AA92ED

Tints of Biloba Flower #AA92ED

Color information

#AA92ED (or 0xAA92ED) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and ED. RGB value is (170,146,237). Sum of RGB (Red+Green+Blue) = 170+146+237=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92ED is #556D12. Grayscale: #A3A3A3. Windows color (decimal): -5598483 or 15569578. OLE color: 15569578.

HSL color Cylindrical-coordinate representation of color #AA92ED: hue angle of 255.82º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA92ED is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170146237-
CMYK0.280.3800.07
HSL255.82º71.65%75.1%-
HSV(B)255.82º38.4%92.94%-
XYZ42.1435.2284.7-
YUV163.55169.45132.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=30.74%
G=26.40%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701462370.280.3800.07255.8271.6575.1
HexAA92ED1C2607100484b
Octal252222355344607400110113
Binary10101010100100101110110111100100110011110000000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92ED; }

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

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

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

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

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

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

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

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