#AA92CB

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

Shades of Biloba Flower #AA92CB

Tints of Biloba Flower #AA92CB

Color information

#AA92CB (or 0xAA92CB) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and CB. RGB value is (170,146,203). Sum of RGB (Red+Green+Blue) = 170+146+203=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92CB is #556D34. Grayscale: #9F9F9F. Windows color (decimal): -5598517 or 13341354. OLE color: 13341354.

HSL color Cylindrical-coordinate representation of color #AA92CB: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA92CB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170146203-
CMYK0.160.2800.20
HSL265.26º35.4%68.43%-
HSV(B)265.26º28.08%79.61%-
XYZ37.6433.4260.97-
YUV159.67152.45135.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=32.76%
G=28.13%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701462030.160.2800.20265.2635.468.43
HexAA92CB101C0141092344
Octal252222313203402441143104
Binary10101010100100101100101110000111000101001000010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92CB; }

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

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

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

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

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

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

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

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